AODL.Document.Styles.Properties.GraphicProperties.GraphicProperties C# (CSharp) Метод

GraphicProperties() публичный Метод

Initializes a new instance of the GraphicProperties class.
public GraphicProperties ( IStyle style ) : System
style IStyle The style.
Результат System
		public GraphicProperties(IStyle style)
		{
			this.Style				= style;
			this.NewXmlNode();
			this.InitStandardImplemenation();
		}