ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / WidgetAnnotation Class / FillColor Property




In This Topic
    FillColor Property
    In This Topic
    Gets or sets the fill (background) color of the widget as an RGB color, handling conversion to and from CMYK or grayscale as needed.
    System.Drawing.Color.Empty is returned if this widget has no border color.
    Syntax
    'Declaration
     
    Public Property FillColor As Color
    'Usage
     
    Dim instance As WidgetAnnotation
    Dim value As Color
     
    instance.FillColor = value
     
    value = instance.FillColor
    public Color FillColor {get; set;}
    public: __property Color get_FillColor();
    public: __property void set_FillColor( 
       Color value
    );
    public:
    property Color FillColor {
       Color get();
       void set (    Color value);
    }

    Property Value

    The fill (background) color of the widget.
    See Also