Visual Basic (Declaration) | |
---|---|
Public Property Crosshair As MagnifyGlassCrosshair |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public MagnifyGlassCrosshair Crosshair {get; set;} |
C++/CLI | |
---|---|
public: property MagnifyGlassCrosshair Crosshair { MagnifyGlassCrosshair get(); void set (MagnifyGlassCrosshair value); } |
XAML Attributes Usage | |
---|---|
<object Crosshair=Leadtools.Windows.Controls.MagnifyGlassCrosshair .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsRender |
XAML Attributes Usage | |
---|---|
<object Crosshair=Leadtools.Windows.Controls.MagnifyGlassCrosshair .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsRender |
Return Value
The Crosshair type.
The use of the MagnifyGlass.CrosshairThickness and
MagnifyGlass.CrosshairBrush properties depend on the value of this property.
If it is set to MagnifyGlassCrosshair.Fine both of them will be used. If it is set to MagnifyGlassCrosshair.None neither of them will be used.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family