Visual Basic (Declaration) | |
---|---|
<DefaultValueAttribute()> <BindableAttribute(True)> <CategoryAttribute("Scale")> <PersistenceModeAttribute()> <DescriptionAttribute("Base of the logarithm used in logarithmic scale. By default this value is 10.")> <NotifyParentPropertyAttribute(True)> Public Property LogarithmBase As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DefaultValueAttribute()] [BindableAttribute(true)] [CategoryAttribute("Scale")] [PersistenceModeAttribute()] [DescriptionAttribute("Base of the logarithm used in logarithmic scale. By default this value is 10.")] [NotifyParentPropertyAttribute(true)] public double LogarithmBase {get; set;} |
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