Skip to main content

ShapeTitleOptions Members

Contains options that define the appearance and behavior of shape titles.

Constructors

Name Description
ShapeTitleOptions() Initializes a new instance of the ShapeTitleOptions class with default settings.

Fields

Name Description
PatternProperty static Identifies the ShapeTitleOptions.Pattern dependency property.
TemplateProperty static Identifies the ShapeTitleOptions.Template dependency property.
VisibilityModeProperty static Identifies the ShapeTitleOptions.VisibilityMode dependency property.
VisibleProperty static Obsolete. Identifies the ShapeTitleOptions.Visible dependency property.

Properties

Name Description
Pattern Gets or sets a pattern that is used to specify a name for each shape title.
Template

Gets or sets the template that defines the presentation of shape titles. This is a dependency property.

VisibilityMode Gets or sets the visibility mode of the shape title.
Visible Obsolete. Gets or sets a value specifying whether a shape titles should be visible.

Events

Name Description
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
See Also