C# Class AODL.Document.Styles.Properties.GraphicProperties

GraphicProperties represent the hraphic properties.
Inheritance: IProperty
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
GraphicProperties ( IStyle style ) : System

Initializes a new instance of the GraphicProperties class.

Private Methods

Method Description
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

InitStandardImplemenation ( ) : void

Inits the standard implemenation.

NewXmlNode ( ) : void

Create the XmlNode which represent the propertie element.

Method Details

GraphicProperties() public method

Initializes a new instance of the GraphicProperties class.
public GraphicProperties ( IStyle style ) : System
style IStyle The style.
return System