Class StickyNoteControl
Inheritance
System.Object
StickyNoteControl
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 StickyNoteControl : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
StickyNoteControl()
Declaration
public StickyNoteControl()
Fields
AuthorProperty
CaptionFontSizeProperty
IsActiveProperty
IsExpandedProperty
IsMouseOverAnchorProperty
Declaration
public static AutomationProperty IsMouseOverAnchorProperty
Field Value
AutomationProperty
|
PenWidthProperty
StickyNoteTypeProperty
Properties
Author
Declaration
public string Author { get; set; }
Property Value
System.String
|
CaptionFontSize
Declaration
public double CaptionFontSize { get; set; }
Property Value
System.Double
|
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
System.Boolean
|
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
IsMouseOverAnchor
Declaration
public bool IsMouseOverAnchor { get; set; }
Property Value
System.Boolean
|
PenWidth
Declaration
public double PenWidth { get; set; }
Property Value
System.Double
|
StickyNoteType
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|