FormattedPositionStyleEventArgs¶
Namespace: ThinkGeo.Core
public class FormattedPositionStyleEventArgs : System.EventArgs
Inheritance Object → EventArgs → FormattedPositionStyleEventArgs
Properties¶
Text¶
public string Text { get; set; }
Property Value¶
Shape¶
public BaseShape Shape { get; set; }
Property Value¶
Constructors¶
FormattedPositionStyleEventArgs()¶
public FormattedPositionStyleEventArgs()
FormattedPositionStyleEventArgs(String, BaseShape)¶
public FormattedPositionStyleEventArgs(string text, BaseShape shape)
Parameters¶
text
String
shape
BaseShape