Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapePreset Structure / FillTransparency Property

In This Topic
    FillTransparency Property
    In This Topic
    Gets the shape fill color transparency. It remains in range 0-1 where 0 is fully opaque fill and 1 - fully transparent fill.
    Syntax
    'Declaration
     
    Public ReadOnly Property FillTransparency As System.Single
    public System.float FillTransparency {get;}
    See Also