Property to define number of decimals to be shown.
Syntax
Visual Basic (Declaration) | |
---|
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<ResDescriptionAttribute("Controls the number of digits after the decimal separator.")>
<ResCategoryAttribute("Go To Location Control")>
<DefaultValueAttribute()>
Public Property SignificantDigits As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As GoToLocation
Dim value As Integer
instance.SignificantDigits = value
value = instance.SignificantDigits |
C# | |
---|
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ResDescriptionAttribute("Controls the number of digits after the decimal separator.")]
[ResCategoryAttribute("Go To Location Control")]
[DefaultValueAttribute()]
public int SignificantDigits {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also