AODL.Document.Styles.Properties.GraphicProperties.NewXmlNode C# (CSharp) Method

NewXmlNode() private method

Create the XmlNode which represent the propertie element.
private NewXmlNode ( ) : void
return void
		private void NewXmlNode()
		{
			this.Node		= this.Style.Document.CreateNode("graphic-properties", "style");
		}