Property Viewport
Viewport
Gets the rectangle that describes the area of the Adornment. The Location is always (0,0). The size is the size of the Frame.
public override Rectangle Viewport { get; set; }
Property Value
Remarks
The Viewport of an Adornment cannot be modified. Attempting to set this property will throw an InvalidOperationException.