Style.BasedOn 属性

定义

Style 所基于的 Style

public:
 property Microsoft::Maui::Controls::Style ^ BasedOn { Microsoft::Maui::Controls::Style ^ get(); void set(Microsoft::Maui::Controls::Style ^ value); };
public Microsoft.Maui.Controls.Style BasedOn { get; set; }
member this.BasedOn : Microsoft.Maui.Controls.Style with get, set
Public Property BasedOn As Style

属性值

注解

Style 机制在 XAML 中支持类似于 C# 中的继承的机制。

适用于