FrameworkContentElement.OverridesDefaultStyle Property

Definition

Gets or sets a value indicating whether this element incorporates style properties from theme styles.

public:
 property bool OverridesDefaultStyle { bool get(); void set(bool value); };
public bool OverridesDefaultStyle { get; set; }
member this.OverridesDefaultStyle : bool with get, set
Public Property OverridesDefaultStyle As Boolean

Property Value

true if this element does not use theme style properties; all style-originating properties come from local application styles, and theme style properties do not apply. false if application styles apply first, and then theme styles apply for properties that were not specifically set in application styles.

Remarks

The most common usage of this property is an indirect usage within the setter of a style that is supplying a themed style.

Dependency Property Information

Identifier field OverridesDefaultStyleProperty
Metadata properties set to true AffectsMeasure

Applies to

See also