public void get_style(PStyleAction e)
		{
			e(
				new PIStyle
				{
					InternalStyle = this.InternalElement.style
				}
			);
		}
示例#2
0
 public void get_style(PStyleAction e)
 {
     e(
         new PIStyle
     {
         InternalStyle = this.InternalElement.style
     }
         );
 }