AdvancedButtonTextImageRelation Property
Gets or sets the position of text and image relative to each other.
Default value:
ImageBeforeText.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(TextImageRelation.ImageBeforeText)]
public TextImageRelation TextImageRelation { get; set; }
<DefaultValueAttribute(TextImageRelation.ImageBeforeText)>
Public Property TextImageRelation As TextImageRelation
Get
Set
public:
[DefaultValueAttribute(TextImageRelation::ImageBeforeText)]
property TextImageRelation TextImageRelation {
TextImageRelation get ();
void set (TextImageRelation value);
}
[<DefaultValueAttribute(TextImageRelation.ImageBeforeText)>]
member TextImageRelation : TextImageRelation with get, set
Property Value
TextImageRelation