Click or drag to resize
Setter Properties

The Setter type exposes the following members.

Properties
  NameDescription
Public propertyDispatcher
Gets the CoreDispatcher that this object is associated with.
(Inherited from DependencyObject.)
Public propertyIsSealed
Gets a value that indicates whether this object is in an immutable state.
(Inherited from SetterBase.)
Public propertyProperty
Gets or sets the property to apply the Value to.
Public propertyValue
Gets or sets the value to apply to the property that is specified by the Setter.
Top
See Also