Table of Contents

Class FormattedPositionStyleEventArgs

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

Constructors

FormattedPositionStyleEventArgs()

public FormattedPositionStyleEventArgs()

FormattedPositionStyleEventArgs(string, BaseShape)

public FormattedPositionStyleEventArgs(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