O2S.Components.PDF4NET.View.Win Documentation
Fill Property



O2S.Components.PDF4NET.View Namespace > PathVisualAppearance Class : Fill Property
Gets or sets the brush used to fill the rectangle interior.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<NotifyParentPropertyAttribute(True)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
<DefaultValueAttribute(System.Drawing.SolidBrush, "")>
Public Property Fill As SolidBrush
'Usage
 
Dim instance As PathVisualAppearance
Dim value As SolidBrush
 
instance.Fill = value
 
value = instance.Fill
[Browsable(true)]
[NotifyParentProperty(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
[DefaultValue(System.Drawing.SolidBrush, "")]
public SolidBrush Fill {get; set;}
[Browsable(true)]
[NotifyParentProperty(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
[DefaultValue(System.Drawing.SolidBrush, "")]
public:
property SolidBrush^ Fill {
   SolidBrush^ get();
   void set (    SolidBrush^ value);
}

Property Value

A System.Drawing.SolidBrush object used to fill the rectangle interior.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PathVisualAppearance Class
PathVisualAppearance Members
System.Drawing.SolidBrush