DevListBoxStringFormatLayoutLineAlignment Property

Gets or sets the line alignment of a text string relative to its layout rectangle.

Definition

Namespace: DevCase.UI.Layout.DevListBoxData
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[DefaultValueAttribute(typeof(StringAlignment), "Center")]
public StringAlignment LineAlignment { get; set; }

Property Value

StringAlignment
The line alignment of a text string relative to its layout rectangle.

See Also