[]
Gets or sets the ContentAlignment of the icon.
public ContentAlignment IconAlignment { get; set; }
Public Property IconAlignment As ContentAlignment
Type | Description |
---|---|
ContentAlignment | The icon alignment. The default is MiddleRight. |
Type | Condition |
---|---|
InvalidEnumArgumentException | The assigned value is not a valid ContentAlignment value. |