ShapeTitleOptions Properties
Contains options that define the appearance and behavior of shape titles.| Name | Description |
|---|---|
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| 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. |
See Also