Gets or sets a value, indicating how the widths of the columns in a grid are stretched.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public ColumnStretchMode StretchMode { get; set; } |
| Visual Basic |
|---|
Public Property StretchMode As ColumnStretchMode
Get
Set |
| Visual C++ |
|---|
public:
property ColumnStretchMode StretchMode {
ColumnStretchMode get ();
void set (ColumnStretchMode value);
} |
| F# |
|---|
member StretchMode : ColumnStretchMode with get, set
|
Property Value
Type:
ColumnStretchModeThe stretch mode.
See Also