|
|
|
|
RightMargin Property, SftTabs Class |
Defines the size of the right/bottom margin.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Property RightMargin As Integer |
C# |
public int RightMargin { get; set; } |
C++ |
public: property int RightMargin { |
Property Value
The width of the right/bottom margin in pixels.
The default value is 0.
Comments
The RightMargin property defines the size of the right/bottom margin.
Certain tab control styles (see Style property) have built-in margins which cannot be removed. The RightMargin property does not return the size of the built-in margin. It only returns the additional user-defined margin.
The RowIndent property can be used to control the indentation of each row.