AODL.Document.Content.Charts.ChartStyleProcessor.CreateTextProperties C# (CSharp) Метод

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

create the text property
private CreateTextProperties ( IStyle style, XmlNode propertyNode ) : TextProperties
style IStyle
propertyNode System.Xml.XmlNode
Результат AODL.Document.Styles.Properties.TextProperties
		private TextProperties CreateTextProperties(IStyle style, XmlNode propertyNode)
		{
			TextProperties textProperties		     = new TextProperties(style);
			textProperties.Node					     = propertyNode;

			return textProperties;
		}