Nevron .NET Vision
Nevron.GraphicsCore Namespace / NBevelAndEmbossImageFilter Class / BevelType Property


In This Topic
    BevelType Property
    In This Topic
    The type of bevel effect to generate.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("The type of bevel effect to generate.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property BevelType As BevelType
    'Usage
     
    
    Dim instance As NBevelAndEmbossImageFilter
    Dim value As BevelType
     
    instance.BevelType = value
     
    value = instance.BevelType
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("The type of bevel effect to generate.")]
    [System.Xml.Serialization.XmlAttribute()]
    public BevelType BevelType {get; set;}
    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