Gets the text settings such wrapping, text orientation etc to paint the text in
Cells, belonging to this column.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public TextSettings CellTextSettings { get; set; } |
Visual Basic |
---|
Public Property CellTextSettings As TextSettings
Get
Set |
Visual C++ |
---|
public:
property TextSettings^ CellTextSettings {
TextSettings^ get ();
void set (TextSettings^ value);
} |
F# |
---|
member CellTextSettings : TextSettings with get, set
|
Property Value
Type:
TextSettingsThe text settings.
See Also