Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / FillEffect Class / Bitmap Property


In This Topic
    Bitmap Property
    In This Topic
    The bitmap object used to create a texture if Type is set to FillEffectType.Image.
    Syntax
    'Declaration
     
    Public Property Bitmap As Bitmap
    'Usage
     
    Dim instance As FillEffect
    Dim value As Bitmap
     
    instance.Bitmap = value
     
    value = instance.Bitmap
    public Bitmap Bitmap {get; set;}
    Remarks
    You can use this property if you want to assign a texture to the fill effect contained in a bitmap object. This is the case when the texture is dynamically generated or loaded from resource file.
    Requirements

    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

    See Also