C# 클래스 System.Windows.Media.ValidateEnums

파일 보기 프로젝트 열기: lindexi/lindexi_gd 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

IsFillRuleValid() 공개 정적인 메소드

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. ///
리턴 bool