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