Intersoft WebGrid Documentation
Soften Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartBevelAndEmbossImageFilterSettings Class : Soften Property






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Blur amount of the bevel shapes.")>
<CategoryAttribute("Blur")>
<DefaultValueAttribute()>
Public Property Soften As Nullable(Of Single)
Visual Basic (Usage)Copy Code
Dim instance As ChartBevelAndEmbossImageFilterSettings
Dim value As Nullable(Of Single)
 
instance.Soften = value
 
value = instance.Soften
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Blur amount of the bevel shapes.")]
[CategoryAttribute("Blur")]
[DefaultValueAttribute()]
public Nullable<float> Soften {get; set;}
Delphi 
public read-write property Soften: Nullable; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Blur amount of the bevel shapes.")
CategoryAttribute("Blur")
DefaultValueAttribute()
public function get,set Soften : Nullable
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Blur amount of the bevel shapes.")]
[CategoryAttribute("Blur")]
[DefaultValueAttribute()]
public: __property Nullable<float> get_Soften();
public: __property void set_Soften( 
   Nullable<float> value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Blur amount of the bevel shapes.")]
[CategoryAttribute("Blur")]
[DefaultValueAttribute()]
public:
property Nullable<float> Soften {
   Nullable<float> get();
   void set (    Nullable<float> value);
}

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

©2012 Intersoft Solutions Corp. All Rights Reserved.