Gets the table style.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public TableStyle TableStyle { get; }
Visual Basic
Public ReadOnly Property TableStyle As TableStyle
	Get
Visual C++
public:
property TableStyle^ TableStyle {
	TableStyle^ get ();
}

Field Value

The table style.

See Also