Gets or sets a Geometry value to be drawn on the BitmapSourceViewerElement. This is a dependency property.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Geometry As Geometry |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As BitmapSourceViewer
Dim value As Geometry
instance.Geometry = value
value = instance.Geometry
|
Managed Extensions for C++ | |
---|
public: __property Geometry get_Geometry();
public: __property void set_Geometry(
Geometry value
); |
XAML | |
---|
For XAML information, see the Geometry type. |
Dependency Property Information | |
---|
Identifier field | GeometryProperty |
Metadata properties set to true | None |
Return Value
The geometry value for the BitmapSourceViewerElement. The default value is a null.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also