Class
DataGridLength

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: IAutomationPeerIPeerConverter

Inherited Members AutomationObject<DataGridLength>.GetProperty(AutomationProperty)AutomationObject<DataGridLength>.GetProperty(AutomationProperty, object)AutomationObject<DataGridLength>.SetProperty(AutomationProperty, object)AutomationObject<DataGridLength>.InvokeMethod(AutomationMethod, params object[])AutomationObject<DataGridLength>.InvokeMethod(string, params object[])AutomationObject<DataGridLength>.Serialize()AutomationObject<DataGridLength>.Deserialize(string)AutomationObject<DataGridLength>.AssignReference(AutomationReference)AutomationObject<DataGridLength>.ToRealObject()AutomationObject<DataGridLength>.FromRealObject(object)AutomationObject<DataGridLength>.ReferenceAutomationObject<DataGridLength>.PropertyBag

Constructors

DataGridLength()

Declaration

cs-api-definition
public DataGridLength()

Fields

DesiredValueProperty

Declaration

cs-api-definition
public static AutomationProperty DesiredValueProperty

Field Value

AutomationProperty

DisplayValueProperty

Declaration

cs-api-definition
public static AutomationProperty DisplayValueProperty

Field Value

AutomationProperty

IsAbsoluteProperty

Declaration

cs-api-definition
public static AutomationProperty IsAbsoluteProperty

Field Value

AutomationProperty

IsAutoProperty

Declaration

cs-api-definition
public static AutomationProperty IsAutoProperty

Field Value

AutomationProperty

IsSizeToCellsProperty

Declaration

cs-api-definition
public static AutomationProperty IsSizeToCellsProperty

Field Value

AutomationProperty

IsSizeToHeaderProperty

Declaration

cs-api-definition
public static AutomationProperty IsSizeToHeaderProperty

Field Value

AutomationProperty

IsStarProperty

Declaration

cs-api-definition
public static AutomationProperty IsStarProperty

Field Value

AutomationProperty

UnitTypeProperty

Declaration

cs-api-definition
public static AutomationProperty UnitTypeProperty

Field Value

AutomationProperty

ValueProperty

Declaration

cs-api-definition
public static AutomationProperty ValueProperty

Field Value

AutomationProperty

Properties

DesiredValue

Declaration

cs-api-definition
[DataMember]
public virtual double DesiredValue { get; set; }

Property Value

double

DisplayValue

Declaration

cs-api-definition
[DataMember]
public virtual double DisplayValue { get; set; }

Property Value

double

IsAbsolute

Declaration

cs-api-definition
[DataMember]
public virtual bool IsAbsolute { get; set; }

Property Value

bool

IsAuto

Declaration

cs-api-definition
[DataMember]
public virtual bool IsAuto { get; set; }

Property Value

bool

IsSizeToCells

Declaration

cs-api-definition
[DataMember]
public virtual bool IsSizeToCells { get; set; }

Property Value

bool

IsSizeToHeader

Declaration

cs-api-definition
[DataMember]
public virtual bool IsSizeToHeader { get; set; }

Property Value

bool

IsStar

Declaration

cs-api-definition
[DataMember]
public virtual bool IsStar { get; set; }

Property Value

bool

UnitType

Declaration

cs-api-definition
[DataMember]
public virtual DataGridLengthUnitType UnitType { get; set; }

Property Value

DataGridLengthUnitType

Value

Declaration

cs-api-definition
[DataMember]
public virtual double Value { get; set; }

Property Value

double

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides AutomationObject<DataGridLength>.GetRealType()