The GwxCustomView type exposes the following members.

Properties

  NameDescription
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyIsVisibleInRuntimeMenu
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.
Public propertyName
Specifies the name used to identify this view.
Public propertyTitle
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.
Public propertyViewArea
The view area for this custom view. The view area is defined in the coordinate space of the root element of the display.

See Also