[]
Gets or sets the horizontal alignment of the text of the pop up window.
[Browsable(true)]
public HorizontalAlignment TextHAlign { get; set; }
<Browsable(True)>
Public Property TextHAlign As HorizontalAlignment
Type | Description |
---|---|
HorizontalAlignment | A HorizontalAlignment value.
|