CompositionGeometricClip.ViewBox Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a CompositionViewBox that maps the shape visual tree coordinates onto the visual.
public:
property CompositionViewBox ^ ViewBox { CompositionViewBox ^ get(); void set(CompositionViewBox ^ value); };
CompositionViewBox ViewBox();
void ViewBox(CompositionViewBox value);
public CompositionViewBox ViewBox { get; set; }
var compositionViewBox = compositionGeometricClip.viewBox;
compositionGeometricClip.viewBox = compositionViewBox;
Public Property ViewBox As CompositionViewBox
Property Value
A CompositionViewBox that maps the shape visual tree coordinates onto the visual.