ClassBorder
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class Border : Decorator, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementDecoratorBorder
Derived Classes:
Implements:
Inherited Members
Constructors
Border()
Declaration
cs-api-definition
public Border()
Fields
BackgroundProperty
Declaration
cs-api-definition
public static AutomationProperty BackgroundProperty
Field Value
BorderBrushProperty
Declaration
cs-api-definition
public static AutomationProperty BorderBrushProperty
Field Value
BorderThicknessProperty
Declaration
cs-api-definition
public static AutomationProperty BorderThicknessProperty
Field Value
CornerRadiusProperty
Declaration
cs-api-definition
public static AutomationProperty CornerRadiusProperty
Field Value
PaddingProperty
Declaration
cs-api-definition
public static AutomationProperty PaddingProperty
Field Value
Properties
BorderThickness
Declaration
cs-api-definition
public Thickness BorderThickness { get; set; }
Property Value
CornerRadius
Declaration
cs-api-definition
public CornerRadius CornerRadius { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.