Visual.VisualClip Property
.NET Framework 3.0
Gets or sets the clip region of the Visual as a Geometry value.
Namespace: System.Windows.Media
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Visual Members
System.Windows.Media Namespace
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
protected public: property Geometry^ VisualClip { Geometry^ get (); protected: void set (Geometry^ value); }
/** @property */ protected Geometry get_VisualClip () /** @property */ protected void set_VisualClip (Geometry value)
protected internal function get VisualClip () : Geometry protected function set VisualClip (value : Geometry)
You cannot use this property in XAML.
Property Value
The clip region value of the visual as a Geometry type.Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
Visual ClassVisual Members
System.Windows.Media Namespace
Other Resources
How to: Create a Clip RegionCommunity Additions
ADD
Show: