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

NewXmlNode() приватный Метод

Create the XmlNode which represent the propertie element.
private NewXmlNode ( ) : void
Результат void
		private void NewXmlNode()
		{
			this.Node		= this.Style.Document.CreateNode("graphic-properties", "style");
		}