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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Whether or not to blur the alpha channel or all color channels of the image (ARGB).")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property AlphaChannelOnly As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartBlurImageFilterSettings
Dim value As Boolean
 
instance.AlphaChannelOnly = value
 
value = instance.AlphaChannelOnly
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Whether or not to blur the alpha channel or all color channels of the image (ARGB).")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public bool AlphaChannelOnly {get; set;}
Delphi 
public read-write property AlphaChannelOnly: Boolean; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("Appearance")
DescriptionAttribute("Whether or not to blur the alpha channel or all color channels of the image (ARGB).")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set AlphaChannelOnly : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Whether or not to blur the alpha channel or all color channels of the image (ARGB).")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property bool get_AlphaChannelOnly();
public: __property void set_AlphaChannelOnly( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Whether or not to blur the alpha channel or all color channels of the image (ARGB).")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property bool AlphaChannelOnly {
   bool get();
   void set (    bool 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.