Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Style.BasedOn Property

Definition

Namespace:
Microsoft.UI.Xaml

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets a defined style that is the basis of the current style.

public:
 property Style ^ BasedOn { Style ^ get(); void set(Style ^ value); };
Style BasedOn();

void BasedOn(Style value);
public Style BasedOn { get; set; }
var style = style.basedOn;
style.basedOn = style;
Public Property BasedOn As Style
<Style BasedOn="styleReference" .../>

Property Value

A defined style that is the basis of the current style. The default value is null.

Applies to


Feedback

Was this page helpful?