Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesManagerStylePreview Class / RuleTextAlignment Property

In This Topic
    RuleTextAlignment Property (RulesManagerStylePreview)
    In This Topic
    Gets or sets the text-alignment applied to the rule.
    Syntax
    'Declaration
     
    Public Property RuleTextAlignment As Nullable(Of TextAlignment)
    public Nullable<TextAlignment> RuleTextAlignment {get; set;}
    See Also