Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
FrameGeometry Property
See Also 
Leadtools.Windows.Controls Namespace > BitmapSourceViewer Class : FrameGeometry Property





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
);
C++/CLI 
public:
property bool FrameGeometry {
   bool get();
   void set (bool value);
}
XAML Attributes Usage 

<object FrameGeometry=bool/>

Dependency Property Information 

Identifier field

FrameGeometryProperty

Metadata properties set to true

None

Return Value

true to draw a frame arround the image's geometry. false is the default value.

Example

For XAML example, refer to Geometry.

For C#/VB examples, refer to Geometry.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also