OverlayElementTextStyle Properties |
The OverlayElementTextStyle type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowDragging |
Gets or sets if allow dragging by user. This is a dependency property.
(Inherited from DraggableObject.) | |
| AllowUserInteraction |
Gets or sets if user interaction is allowed. This is a dependency property.
(Inherited from UserInteractiveObject.) | |
| Angle |
Gets or sets text rotation angle, in degrees. The rotation is applied around text center point. This is a dependency property.
(Inherited from TitleBase.) | |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
| Color |
Gets or sets color. This is a dependency property.
(Inherited from TitleBase.) | |
| CutOnEdges |
Is the text clipped on element edges
| |
| 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.) | |
| Distance |
Text distance from element edge, if aligned to edge
| |
| DrawRectangle |
Gets title draw rectangle. Note, accurate only for Angle=0. Otherwise, reliable only Width, Height and central point.
(Inherited from TitleBase.) | |
| Font |
Gets or sets title font. This is a dependency property.
(Inherited from TitleBase.) | |
| Highlight |
Gets or sets highlight style. Item can be highlighted by user interactive device or by code. This is a dependency property.
(Inherited from HighlightingItemBase.) | |
| HorizAlign |
Horizontal alignment
| |
| 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.) | |
| Offset |
Text shift from it's align origin
| |
| Shadow |
Gets or sets shadow below the text. This is a dependency property.
(Inherited from TitleBase.) | |
| Text |
Gets or sets title text. This is a dependency property.
(Inherited from TitleBase.) | |
| VerticalAlign |
Vertical alignment
| |
| Visible |
Gets or sets if title is visible or not. This is a dependency property.
(Inherited from TitleBase.) |