AdvancedButtonTextImageRelation Property

Gets or sets the position of text and image relative to each other.
Default value: ImageBeforeText.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(TextImageRelation.ImageBeforeText)]
public TextImageRelation TextImageRelation { get; set; }

Property Value

TextImageRelation

See Also