Nevron .NET Vision
Nevron.Chart Namespace / NSurfaceSeriesBase Class / TexturePlaneMode Property


In This Topic
    TexturePlaneMode Property
    In This Topic
    Gets or sets the current mode of the texture mapping plane. The texture mapping plane defines how image and gradient fill styles are projected on the surface. The user can chose between the XZ, XY and ZY planes.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the current mode of the texture mapping plane.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property TexturePlaneMode As SurfaceTexturePlaneMode
    'Usage
     
    
    Dim instance As NSurfaceSeriesBase
    Dim value As SurfaceTexturePlaneMode
     
    instance.TexturePlaneMode = value
     
    value = instance.TexturePlaneMode
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Gets or sets the current mode of the texture mapping plane.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public SurfaceTexturePlaneMode TexturePlaneMode {get; set;}
    Remarks
    The default texture plane is the XZ plane.
    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