Enables or disables drawing a frame arround the image's geometry.
Syntax
Visual Basic (Declaration) | |
---|
Public Property FrameGeometry As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As BitmapSourceViewer
Dim value As Boolean
instance.FrameGeometry = value
value = instance.FrameGeometry
|
C# | |
---|
public bool FrameGeometry {get; set;} |
Managed Extensions for C++ | |
---|
public: __property bool get_FrameGeometry();
public: __property void set_FrameGeometry(
bool value
); |
XAML Attributes Usage | |
---|
<object FrameGeometry=bool/> |
Return Value
true to draw a frame arround the image's geometry. false is the default value.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also