DataGridLength
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[DataContract]
public class DataGridLength : AutomationObject<DataGridLength>, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<DataGridLength>DataGridLength
Implements:
Inherited Members
Constructors
C#
public DataGridLength()
Fields
C#
public static AutomationProperty AutoProperty
C#
public static AutomationProperty DesiredValueProperty
C#
public static AutomationProperty DisplayValueProperty
C#
public static AutomationProperty IsAbsoluteProperty
C#
public static AutomationProperty IsAutoProperty
C#
public static AutomationProperty IsSizeToCellsProperty
C#
public static AutomationProperty IsSizeToHeaderProperty
C#
public static AutomationProperty IsStarProperty
C#
public static AutomationProperty SizeToCellsProperty
C#
public static AutomationProperty SizeToHeaderProperty
C#
public static AutomationProperty UnitTypeProperty
C#
public static AutomationProperty ValueProperty
Properties
C#
[DataMember]
public virtual DataGridLength Auto { get; set; }
C#
[DataMember]
public virtual double DesiredValue { get; set; }
C#
[DataMember]
public virtual double DisplayValue { get; set; }
C#
[DataMember]
public virtual bool IsAbsolute { get; set; }
C#
[DataMember]
public virtual bool IsSizeToCells { get; set; }
C#
[DataMember]
public virtual bool IsSizeToHeader { get; set; }
C#
[DataMember]
public virtual DataGridLength SizeToCells { get; set; }
C#
[DataMember]
public virtual DataGridLength SizeToHeader { get; set; }
C#
[DataMember]
public virtual DataGridLengthUnitType UnitType { get; set; }