Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public RoundButton..::..ButtonStyle Style { get; set; } |
Visual Basic |
---|
Public Property Style As RoundButton..::..ButtonStyle
Get
Set |
Visual C++ |
---|
public:
property RoundButton..::..ButtonStyle Style {
RoundButton..::..ButtonStyle get ();
void set (RoundButton..::..ButtonStyle value);
} |
F# |
---|
member Style : RoundButton..::..ButtonStyle with get, set
|
Property Value
Type:
RoundButton..::..ButtonStyleThe style.
See Also