Interface IAdornerWindowContent
Namespace: ArtOfTest.Common.Win32
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IAdornerWindowContent
Properties
Location
Declaration
Point Location { get; }
Property Value
System.Drawing.Point
|
Size
Declaration
Size Size { get; }
Property Value
System.Drawing.Size
|
Thumb
Declaration
Thumb Thumb { get; }
Property Value
System.Windows.Controls.Primitives.Thumb
|
Transform
Declaration
Transform Transform { get; set; }
Property Value
System.Windows.Media.Transform
|