VisualBrush.Viewbox

VisualBrush.Viewbox property

Gets or sets the view box. Specifies the position and dimensions of the brush’s source content. Specifies four comma separated real numbers (x, y, Width, Height), where width and height are non-negative. The view box defines the default coordinate system for the element specified in the VisualBrush.Visual property element. The corners of the view box are mapped to the corners of the viewport, thereby providing the default clipping and transform for the brush’s source content.

public string Viewbox { get; set; }

See Also