FlexGrid for WinForms
Margins Property



Gets or sets the margins between the edges of the cell and its contents, in pixels.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets the spacing between cell content and its edges, in pixels.")>
<BrowsableAttribute(True)>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property Margins As Margins
'Usage
 
Dim instance As CellStyle
Dim value As Margins
 
instance.Margins = value
 
value = instance.Margins
[C1Description("Gets or sets the spacing between cell content and its edges, in pixels.")]
[Browsable(true)]
[RefreshProperties(RefreshProperties.Repaint)]
public Margins Margins {get; set;}
[C1Description("Gets or sets the spacing between cell content and its edges, in pixels.")]
[Browsable(true)]
[RefreshProperties(RefreshProperties.Repaint)]
public:
property Margins^ Margins {
   Margins^ get();
   void set (    Margins^ 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

CellStyle Class
CellStyle Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback