StickyNoteControl
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class StickyNoteControl : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlStickyNoteControl...
Implements:
Inherited Members
Constructors
C#
public StickyNoteControl()
Fields
C#
public static AutomationProperty AuthorProperty
C#
public static AutomationProperty CaptionFontSizeProperty
C#
public static AutomationProperty IsActiveProperty
C#
public static AutomationProperty IsExpandedProperty
C#
public static AutomationProperty IsMouseOverAnchorProperty
C#
public static AutomationProperty PenWidthProperty
C#
public static AutomationProperty StickyNoteTypeProperty
Properties
C#
public double CaptionFontSize { get; set; }
C#
public bool IsExpanded { get; set; }
C#
public bool IsMouseOverAnchor { get; set; }
C#
public StickyNoteType StickyNoteType { get; set; }