
'Declaration <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> <EditorAttribute(Xceed.Chart.Standard.FillEffectTypeEditor, System.Drawing.Design.UITypeEditor)> <SerializableAttribute()> Public Class FillEffect Inherits Xceed.Chart.GraphicsCore.FillEffectBase
'Usage Dim instance As FillEffect
[ClassInterface(ClassInterfaceType.AutoDual)] [Editor(Xceed.Chart.Standard.FillEffectTypeEditor, System.Drawing.Design.UITypeEditor)] [Serializable()] public class FillEffect : Xceed.Chart.GraphicsCore.FillEffectBase
System.Object
Xceed.Chart.GraphicsCore.FillEffectBase
Xceed.Chart.Standard.FillEffect
Name | Description | |
---|---|---|
![]() | FillEffect Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | AdvancedGradient | The description of the advanced gradient applied on this fill effect. |
![]() | Ambient | The ambient color of the FillEffectBase. |
![]() | BeginColor | The starting color of a gradient or pattern. The default value is white. |
![]() | Bitmap | The bitmap object used to create a texture if Type is set to FillEffectType.Image. |
![]() | Color | The color of the FillEffectBase. |
![]() | Diffuse | The diffuse color of the FillEffectBase. |
![]() | Emissive | The emissive color of the FillEffectBase. |
![]() | EndColor | The end color of a gradient or pattern. The default value is black. |
![]() | GradientStyle | Controls the gradient style of the FillEffectBase. |
![]() | GradientVariant | The gradient variant of the FillEffectBase. |
![]() | HatchStyle | The pattern type of the fill effect. |
![]() | ImageFileName | The full path to an image file used to create a texture. |
![]() | ImageFiltersCollection | A collection containing image filters applied with this fill effect |
![]() | Mapping | The mapping applied if the fill effect is of type gradient, pattern, image of advanced gradient. |
![]() | Shininess | The shininess of the FillEffectBase. |
![]() | Specular | The specular color of the FillEffectBase. |
![]() | Type | Controls the type of the fill effect. The possible values are SolidColor, Gradient, Image, Pattern or AdvancedGradient. |
Name | Description | |
---|---|---|
![]() | Clone | Creates an exact replica of this FillEffectBase instance (Inherited from Xceed.Chart.GraphicsCore.FillEffectBase) |
![]() | CreatePreviewBitmap | Generates a preview bitmap of this fill effect with the specified dimensions. |
![]() | GetNativeBrush | Generates a native brush of the current fill effect with the specified dimensions. This can be an instance of SolidBrush, LinearGradientBrush, PathGradientBrush or TextureBrush. (Inherited from Xceed.Chart.GraphicsCore.FillEffectBase) |
![]() | GetTextureBrush | Generates a texture brush of the current fill effect with the specified dimensions. (Inherited from Xceed.Chart.GraphicsCore.FillEffectBase) |
![]() | InitFromFillEffect | Overloaded. Initializes a fill effect from the properties of another fill effect object |
![]() | IsTransparent | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.FillEffectBase) |
![]() | SetAdvancedGradient | Use this function to apply an advanced gradient fill effect. Note that this function will also change the current Mapping. |
![]() | SetBitmap | Use this function to apply a texture fill effect contained in a bitmap object. Note that this function will also change the current Mapping. |
![]() | SetGradient | Use this function to apply a gradient fill effect. Note that this function will also change the current Mapping. |
![]() | SetImage | Use this function to apply a texture fill effect. Note that this function will also change the current Mapping. |
![]() | SetPattern | Use this function to apply a pattern fill effect. Note that this function will also change the current Mapping. |
![]() | SetPredefinedAdvancedGradient | Loads a predefined advanced gradient in the fill effect. |
![]() | SetSolidColor | Use this function if you want to apply a solid color. |
![]() | SetTransparencyPercent | Sets the transparency percent of the diffuse and ambient material colors. |
![]() | ShowEditor | Overloaded. Shows a fill effect dialog allowing you to visually edit the fill effect properties. |
![]() | SynchronizeMappingWithType | Synchronizes the current texture mapper with the Type property of the FillEffectBase. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2