Gets or sets the FlatStyle for the control. This property is not meaningful for this control.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public FlatStyle FlatStyle { get; set; } |
Visual Basic |
---|
Public Property FlatStyle As FlatStyle
Get
Set |
Visual C++ |
---|
public:
property FlatStyle FlatStyle {
FlatStyle get ();
void set (FlatStyle value);
} |
F# |
---|
member FlatStyle : FlatStyle with get, set
|
Property Value
Type:
FlatStyle
See Also