ClassDataGridLength
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
[DataContract]
public class DataGridLength : AutomationObject<DataGridLength>, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<DataGridLength>DataGridLength
Implements:
Inherited Members
Constructors
DataGridLength()
Declaration
public DataGridLength()
Fields
AutoProperty
Declaration
public static AutomationProperty AutoProperty
Field Value
DesiredValueProperty
Declaration
public static AutomationProperty DesiredValueProperty
Field Value
DisplayValueProperty
Declaration
public static AutomationProperty DisplayValueProperty
Field Value
IsAbsoluteProperty
Declaration
public static AutomationProperty IsAbsoluteProperty
Field Value
IsAutoProperty
Declaration
public static AutomationProperty IsAutoProperty
Field Value
IsSizeToCellsProperty
Declaration
public static AutomationProperty IsSizeToCellsProperty
Field Value
IsSizeToHeaderProperty
Declaration
public static AutomationProperty IsSizeToHeaderProperty
Field Value
IsStarProperty
Declaration
public static AutomationProperty IsStarProperty
Field Value
SizeToCellsProperty
Declaration
public static AutomationProperty SizeToCellsProperty
Field Value
SizeToHeaderProperty
Declaration
public static AutomationProperty SizeToHeaderProperty
Field Value
UnitTypeProperty
Declaration
public static AutomationProperty UnitTypeProperty
Field Value
ValueProperty
Declaration
public static AutomationProperty ValueProperty
Field Value
Properties
Auto
Declaration
[DataMember]
public virtual DataGridLength Auto { get; set; }
Property Value
DesiredValue
Declaration
[DataMember]
public virtual double DesiredValue { get; set; }
Property Value
DisplayValue
Declaration
[DataMember]
public virtual double DisplayValue { get; set; }
Property Value
IsAbsolute
Declaration
[DataMember]
public virtual bool IsAbsolute { get; set; }
Property Value
IsAuto
Declaration
[DataMember]
public virtual bool IsAuto { get; set; }
Property Value
IsSizeToCells
Declaration
[DataMember]
public virtual bool IsSizeToCells { get; set; }
Property Value
IsSizeToHeader
Declaration
[DataMember]
public virtual bool IsSizeToHeader { get; set; }
Property Value
IsStar
Declaration
[DataMember]
public virtual bool IsStar { get; set; }
Property Value
SizeToCells
Declaration
[DataMember]
public virtual DataGridLength SizeToCells { get; set; }
Property Value
SizeToHeader
Declaration
[DataMember]
public virtual DataGridLength SizeToHeader { get; set; }
Property Value
UnitType
Declaration
[DataMember]
public virtual DataGridLengthUnitType UnitType { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type