Class FormattedPositionStyleEventArgs
public class FormattedPositionStyleEventArgs : EventArgs
- Inheritance
-
FormattedPositionStyleEventArgs
- Inherited Members
Constructors
FormattedPositionStyleEventArgs()
public FormattedPositionStyleEventArgs()
FormattedPositionStyleEventArgs(string, BaseShape)
public FormattedPositionStyleEventArgs(string text, BaseShape shape)
Parameters
Properties
Shape
public BaseShape Shape { get; set; }
Property Value
Text
public string Text { get; set; }