Visual Basic (Declaration) | |
---|---|
Public Property CrosshairThickness As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public double CrosshairThickness {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property double get_CrosshairThickness(); public: __property void set_CrosshairThickness( double value ); |
XAML Attributes Usage | |
---|---|
<object CrosshairThickness=double .../> |
Dependency Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsRender |
Return Value
The Crosshair thickness.
This property value is used only if the Crosshair property is
set to MagnifyGlassCrosshair.Fine.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family