The GwxFocusBorderOptions 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 propertyFocusBorderCornerRadius
Optional rounding for corners of the focus border.
Public propertyFocusBorderPadding
Space between the outer edge of the user-interactive object and the inner edge of the focus border.
Public propertyInnerFocusBorderBrush
Fill color for the focus border.
Public propertyInnerFocusBorderWidth
Fill width for the focus border.
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 propertyOuterFocusBorderBrush
Outline color for the focus border.
Public propertyOuterFocusBorderWidth
Outline width for the focus border.
Public propertyShowFocusBorder
True to show a border around user-interactive objects in runtime when the mouse pointer is over the object, or if the object has keyboard focus.

See Also