Class StylePropertyValidation
Providers validation functionality for the new value of specific style property.
Inheritance
System.Object
StylePropertyValidation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.Styles.Core
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class StylePropertyValidation
Methods
IsValid(Object)
Determines whether the specified value is valid.
Declaration
public bool IsValid(object value)
Parameters
System.Object
value
The value. |
Returns
System.Boolean
|