C# Class System.Windows.Media.ValidateEnums

Datei anzeigen Open project: lindexi/lindexi_gd Class Usage Examples

Public Methods

Method Description
IsFillRuleValid ( object valueObject ) : bool

Returns whether or not an enumeration instance a valid value. This method is designed to be used with ValidateValueCallback, and thus matches it's prototype.

Method Details

IsFillRuleValid() public static method

Returns whether or not an enumeration instance a valid value. This method is designed to be used with ValidateValueCallback, and thus matches it's prototype.
public static IsFillRuleValid ( object valueObject ) : bool
valueObject object /// Enumeration value to validate. ///
return bool