Bearbeiten

StyleTypedPropertyAttribute.Property Property

Definition

Gets or sets the name of the property that is of type Style.

public:
 property System::String ^ Property { System::String ^ get(); void set(System::String ^ value); };
public string Property { get; set; }
member this.Property : string with get, set
Public Property Property As String

Property Value

The name of the property that is of type Style.

Remarks

XAML Text Usage

You cannot use this property in XAML.

Applies to