Version

Style Class Members

The following tables list the members exposed by Style.

Public Constructors
 NameDescription
Public ConstructorStyle Constructor  
Public Properties
 NameDescription
Public PropertyFillGets or sets the brush which determines the fill color of the element.  
Public PropertyOpacityGets or sets the opacity of the element.  
Public PropertyStrokeGets or sets the brush which determines the stroke color of the element.  
Public PropertyStrokeThicknessGets or sets the stroke thickness of the element.  
Public Methods
 NameDescription
Public MethodResetFillIndicates if the Fill property needs to be serialized.  
Public MethodResetOpacityResets the Opacity property to its default value.  
Public MethodResetStrokeIndicates if the Stroke property needs to be serialized.  
Public MethodResetStrokeThicknessResets the StrokeThickness property to its default value.  
Protected Methods
 NameDescription
Protected MethodShouldSerializeFillIndicates if the Fill property needs to be serialized.  
Protected MethodShouldSerializeOpacityIndicates if the Opacity property needs to be serialized.  
Protected MethodShouldSerializeStrokeIndicates if the Stroke property needs to be serialized.  
Protected MethodShouldSerializeStrokeThicknessIndicates if the StrokeThickness property needs to be serialized.  
Public Events
 NameDescription
Public EventPropertyChangedEvent that notifies the listeners that a property has changed  
See Also