OverlayElement Properties |
The OverlayElement type exposes the following members.
| Name | Description | |
|---|---|---|
| Anchor |
Rotation uses this point as a center point. Location tells
where to place the anchored point on the control area.
For X dimension, value 0 represents left coordinate of the object and 1 right coordinate.
For Y dimension, value 0 represents top coordinate of the object and 1 bottom coordinate.
To define anchor point outside the object area, define values outside range 0...1.
| |
| Border |
Border around the object
| |
| 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.) | |
| Fill |
Fill.
| |
| 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.) | |
| LimitInsideGraphMargins |
If set, limits the element graph margins area.
| |
| Location |
Location where the anchor point is placed.
| |
| RotateAngle |
Element rotation angle, in degrees. The rotation is done around the element's center of rotation.
| |
| Shadow |
Shadow beneath the object
| |
| Size |
Defines Size.
| |
| Visible |
Is element visible.
|