Click or drag to resize
Style Properties

The Style type exposes the following members.

Properties
  NameDescription
Public propertyBasedOn
Gets or sets a defined style that is the basis of the current style. Returns a defined style that is the basis of the current style. The default value is null.
Public propertyDispatcher
Gets the CoreDispatcher that this object is associated with.
(Inherited from DependencyObject.)
Public propertyIsSealed
Gets a value that indicates whether the style is read-only and cannot be changed. Returns true if the style is read-only; otherwise, false.
Public propertySetters
Gets a collection of Setter objects. Returns a collection of Setter objects. The default is an empty collection.
Public propertyTargetType
Gets or sets the type for which the style is intended. Returns the type of object to which the style is applied.
Top
See Also