Class WpfTestElement
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class WpfTestElement : FrameworkElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
WpfTestElement()
Declaration
public WpfTestElement()
Fields
AllowDropProperty
BindingGroupProperty
ClipToBoundsProperty
ContextMenuProperty
FlowDirectionProperty
FocusableProperty
ForceCursorProperty
InputScopeProperty
IsEnabledProperty
IsFocusedProperty
IsKeyboardFocusedProperty
Declaration
public static AutomationProperty IsKeyboardFocusedProperty
Field Value
AutomationProperty
|
IsKeyboardFocusWithinProperty
Declaration
public static AutomationProperty IsKeyboardFocusWithinProperty
Field Value
AutomationProperty
|
IsMouseCapturedProperty
IsMouseCaptureWithinProperty
Declaration
public static AutomationProperty IsMouseCaptureWithinProperty
Field Value
AutomationProperty
|
IsMouseDirectlyOverProperty
Declaration
public static AutomationProperty IsMouseDirectlyOverProperty
Field Value
AutomationProperty
|
IsMouseOverProperty
IsStylusCapturedProperty
Declaration
public static AutomationProperty IsStylusCapturedProperty
Field Value
AutomationProperty
|
IsStylusCaptureWithinProperty
Declaration
public static AutomationProperty IsStylusCaptureWithinProperty
Field Value
AutomationProperty
|
IsStylusDirectlyOverProperty
Declaration
public static AutomationProperty IsStylusDirectlyOverProperty
Field Value
AutomationProperty
|
IsStylusOverProperty
IsVisibleProperty
LayoutTransformProperty
OverridesDefaultStyleProperty
Declaration
public static AutomationProperty OverridesDefaultStyleProperty
Field Value
AutomationProperty
|
SnapsToDevicePixelsProperty
Declaration
public static AutomationProperty SnapsToDevicePixelsProperty
Field Value
AutomationProperty
|
Properties
AllowDrop
Declaration
public bool AllowDrop { get; set; }
Property Value
System.Boolean
|
BindingGroup
ClipToBounds
Declaration
public bool ClipToBounds { get; set; }
Property Value
System.Boolean
|
ComputedVisibility
Declaration
public override Visibility ComputedVisibility { get; }
Property Value
Visibility
|
Overrides
ContextMenu
FlowDirection
Focusable
Declaration
public bool Focusable { get; set; }
Property Value
System.Boolean
|
ForceCursor
Declaration
public bool ForceCursor { get; set; }
Property Value
System.Boolean
|
InputScope
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
System.Boolean
|
IsFocused
Declaration
public bool IsFocused { get; set; }
Property Value
System.Boolean
|
IsKeyboardFocused
Declaration
public bool IsKeyboardFocused { get; set; }
Property Value
System.Boolean
|
IsKeyboardFocusWithin
Declaration
public bool IsKeyboardFocusWithin { get; set; }
Property Value
System.Boolean
|
IsMouseCaptured
Declaration
public bool IsMouseCaptured { get; set; }
Property Value
System.Boolean
|
IsMouseCaptureWithin
Declaration
public bool IsMouseCaptureWithin { get; set; }
Property Value
System.Boolean
|
IsMouseDirectlyOver
Declaration
public bool IsMouseDirectlyOver { get; set; }
Property Value
System.Boolean
|
IsMouseOver
Declaration
public bool IsMouseOver { get; set; }
Property Value
System.Boolean
|
IsStylusCaptured
Declaration
public bool IsStylusCaptured { get; set; }
Property Value
System.Boolean
|
IsStylusCaptureWithin
Declaration
public bool IsStylusCaptureWithin { get; set; }
Property Value
System.Boolean
|
IsStylusDirectlyOver
Declaration
public bool IsStylusDirectlyOver { get; set; }
Property Value
System.Boolean
|
IsStylusOver
Declaration
public bool IsStylusOver { get; set; }
Property Value
System.Boolean
|
IsVisible
Declaration
public override bool IsVisible { get; }
Property Value
System.Boolean
|
Overrides
OverridesDefaultStyle
Declaration
public bool OverridesDefaultStyle { get; set; }
Property Value
System.Boolean
|
SnapsToDevicePixels
Declaration
public bool SnapsToDevicePixels { get; set; }
Property Value
System.Boolean
|