Visual Basic (Declaration) | |
---|---|
Public Property Crosshair As MagnifyGlassCrosshair |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public MagnifyGlassCrosshair Crosshair {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property MagnifyGlassCrosshair get_Crosshair(); public: __property void set_Crosshair( MagnifyGlassCrosshair value ); |
C++/CLI | |
---|---|
public: property MagnifyGlassCrosshair Crosshair { MagnifyGlassCrosshair get(); void set (MagnifyGlassCrosshair value); } |
XAML Attributes Usage | |
---|---|
<object Crosshair=Leadtools.Windows.Controls.MagnifyGlassCrosshair .../> |
Dependency Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsRender |
Return Value
The Crosshair type.
The use of the CrosshairThickness and
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