Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.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;}
C++/CLI 
public:
property bool FrameGeometry {
   bool get();
   void set (bool value);
}
XAML Attributes Usage 

<object FrameGeometry=bool/>

Dependencies Property Information 

Identifier field

FrameGeometryProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object FrameGeometry=bool/>

Dependencies 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