Interface TextBlockCondition
public interface TextBlockCondition
Evaluates whether a given
TextBlock meets a certain condition.
Useful in combination with ConditionalLabelAction.-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueiff the givenTextBlocktb meets the defined condition.
-
Method Details
-
meetsCondition
-