C# Class Fonet.Fo.Properties.BackgroundPositionHorizontalMaker

Inheritance: ToBeImplementedProperty.Maker
显示文件 Open project: prepare/FO.NET Class Usage Examples

Public Methods

Method Description
IsInherited ( ) : bool
Make ( PropertyList propertyList ) : Property
Maker ( string propName ) : PropertyMaker

Protected Methods

Method Description
BackgroundPositionHorizontalMaker ( string name ) : Fonet.DataTypes

Method Details

BackgroundPositionHorizontalMaker() protected method

protected BackgroundPositionHorizontalMaker ( string name ) : Fonet.DataTypes
name string
return Fonet.DataTypes

IsInherited() public method

public IsInherited ( ) : bool
return bool

Make() public method

public Make ( PropertyList propertyList ) : Property
propertyList PropertyList
return Property

Maker() public static method

public static Maker ( string propName ) : PropertyMaker
propName string
return PropertyMaker