Table of Contents

Class FormattingPositionStyleEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class FormattingPositionStyleEventArgs : EventArgs
Inheritance
FormattingPositionStyleEventArgs
Inherited Members

Constructors

FormattingPositionStyleEventArgs()

public FormattingPositionStyleEventArgs()

FormattingPositionStyleEventArgs(string, BaseShape)

public FormattingPositionStyleEventArgs(string text, BaseShape shape)

Parameters

text string
shape BaseShape

Properties

Shape

public BaseShape Shape { get; set; }

Property Value

BaseShape

Text

public string Text { get; set; }

Property Value

string