Style.BasedOn Proprietà

Definizione

Ottiene o imposta uno stile definito che è la base dello stile corrente.

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" .../>

Valore della proprietà

Stile definito che è la base dello stile corrente. Il valore predefinito è null.

Si applica a