StopIfTrue Property (FormattingRuleBase)
In This Topic
Gets or sets whether rules with lower priority are applied over this rule. If this property is true and this rule evaluates to true, no rules with lower priority are applied over this rule.
Syntax
'Declaration
Public Property StopIfTrue As Boolean
'Usage
Dim instance As FormattingRuleBase
Dim value As Boolean
instance.StopIfTrue = value
value = instance.StopIfTrue
public bool StopIfTrue {get; set;}
Example
This example sets the StopIfTrue property.
See Also