ClassCornerRadius
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class CornerRadius : AutomationObject<CornerRadius>, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<CornerRadius>CornerRadius
Implements:
Inherited Members
Constructors
CornerRadius()
Declaration
cs-api-definition
public CornerRadius()
Fields
BottomLeftProperty
Declaration
cs-api-definition
public static AutomationProperty BottomLeftProperty
Field Value
BottomRightProperty
Declaration
cs-api-definition
public static AutomationProperty BottomRightProperty
Field Value
TopLeftProperty
Declaration
cs-api-definition
public static AutomationProperty TopLeftProperty
Field Value
TopRightProperty
Declaration
cs-api-definition
public static AutomationProperty TopRightProperty
Field Value
Properties
BottomLeft
Declaration
cs-api-definition
[DataMember]
public virtual double BottomLeft { get; set; }
Property Value
BottomRight
Declaration
cs-api-definition
[DataMember]
public virtual double BottomRight { get; set; }
Property Value
TopLeft
Declaration
cs-api-definition
[DataMember]
public virtual double TopLeft { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type