XamlValueConverter<TConverterBase>.Name Property

Definition

Gets a string name for this XamlValueConverter<TConverterBase>.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

A string name for this XamlValueConverter<TConverterBase>.

Remarks

The value of this property is established by one of the following:

Applies to