Method | Description | |
---|---|---|
ParseAlign ( string value ) : AlignType | ||
ParseAutoSizeType ( string value ) : AutoSizeType | ||
ParseBlendMode ( string value ) : BlendMode | ||
ParseButtonMode ( string value ) : ButtonMode | ||
ParseEaseType ( string value ) : Ease | ||
ParseFillMethod ( string value ) : FillMethod | ||
ParseFillType ( string value ) : FillType | ||
ParseFlipType ( string value ) : FlipType | ||
ParseListLayoutType ( string value ) : ListLayoutType | ||
ParseListSelectionMode ( string value ) : ListSelectionMode | ||
ParseOverflowType ( string value ) : OverflowType | ||
ParsePackageItemType ( string value ) : PackageItemType | ||
ParseProgressTitleType ( string value ) : ProgressTitleType | ||
ParseScrollBarDisplayType ( string value ) : ScrollBarDisplayType | ||
ParseScrollType ( string value ) : ScrollType | ||
ParseTransitionActionType ( string value ) : TransitionActionType | ||
ParseVerticalAlign ( string value ) : VertAlignType |
public static ParseAlign ( string value ) : AlignType | ||
value | string | |
return | AlignType |
public static ParseAutoSizeType ( string value ) : AutoSizeType | ||
value | string | |
return | AutoSizeType |
public static ParseBlendMode ( string value ) : BlendMode | ||
value | string | |
return | BlendMode |
public static ParseButtonMode ( string value ) : ButtonMode | ||
value | string | |
return | ButtonMode |
public static ParseEaseType ( string value ) : Ease | ||
value | string | |
return | Ease |
public static ParseFillMethod ( string value ) : FillMethod | ||
value | string | |
return | FillMethod |
public static ParseFillType ( string value ) : FillType | ||
value | string | |
return | FillType |
public static ParseFlipType ( string value ) : FlipType | ||
value | string | |
return | FlipType |
public static ParseListLayoutType ( string value ) : ListLayoutType | ||
value | string | |
return | ListLayoutType |
public static ParseListSelectionMode ( string value ) : ListSelectionMode | ||
value | string | |
return | ListSelectionMode |
public static ParseOverflowType ( string value ) : OverflowType | ||
value | string | |
return | OverflowType |
public static ParsePackageItemType ( string value ) : PackageItemType | ||
value | string | |
return | PackageItemType |
public static ParseProgressTitleType ( string value ) : ProgressTitleType | ||
value | string | |
return | ProgressTitleType |
public static ParseScrollBarDisplayType ( string value ) : ScrollBarDisplayType | ||
value | string | |
return | ScrollBarDisplayType |
public static ParseScrollType ( string value ) : ScrollType | ||
value | string | |
return | ScrollType |
public static ParseTransitionActionType ( string value ) : TransitionActionType | ||
value | string | |
return | TransitionActionType |
public static ParseVerticalAlign ( string value ) : VertAlignType | ||
value | string | |
return | VertAlignType |