The GwxCustomView type exposes the following members.
Properties
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.) | |
IsVisibleInRuntimeMenu |
True if this view should be shown in the runtime menu. False if the view is only intended to used in configuration mode or activated in runtime via a pick-action/command/script.
| |
Name |
Specifies the name used to identify this view.
| |
Title |
Specifies the name of the view to appear in the user interface of the application.
If not specified, the Name property will be shown in the user interface of the application.
| |
ViewArea |
The view area for this custom view.
The view area is defined in the coordinate space of the root element of the display.
|