BCGControlBar Library for .NET
FillMode Property




Specifies fill mode.
Syntax
'Declaration
 
Public Property FillMode As GridElementFillMode
'Usage
 
Dim instance As GridElementColor
Dim value As GridElementFillMode
 
instance.FillMode = value
 
value = instance.FillMode
public GridElementFillMode FillMode {get; set;}
public: __property GridElementFillMode get_FillMode();
public: __property void set_FillMode( 
   GridElementFillMode value
);
public:
property GridElementFillMode FillMode {
   GridElementFillMode get();
   void set (    GridElementFillMode value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridElementColor Class
GridElementColor Members

Send Feedback