Class MemberProperty
Represents a Member Properties class.
Inheritance
System.Object
MemberProperty
Namespace: Syncfusion.Windows.Gauge.Olap
Assembly: Syncfusion.OlapGauge.WPF.dll
Syntax
public class MemberProperty : DependencyObject
Constructors
MemberProperty()
Declaration
public MemberProperty()
Fields
NameProperty
Identifies the dependency property for Name.
Declaration
public static readonly DependencyProperty NameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
UniqueNameProperty
Identifies the dependency property for UniqueName.
Declaration
public static readonly DependencyProperty UniqueNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
UniqueName
Gets or sets the name of the unique.
Declaration
public string UniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the unique. |