Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineStyle Class / TextAlignment Property

In This Topic
    TextAlignment Property
    In This Topic
    Gets or sets the alignment of the text of the item.
    Syntax
    'Declaration
     
    Public Property TextAlignment As Nullable(Of TextAlignment)
    public Nullable<TextAlignment> TextAlignment {get; set;}
    See Also