VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Effects Namespace / BevelEdgeCommand Class / Smoothness Property
Syntax Requirements SeeAlso
In This Topic
    Smoothness Property (BevelEdgeCommand)
    In This Topic
    Gets or sets smoothness of the bevel edges.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(2)>
    <DescriptionAttribute("Smoothness of the bevel edges.
    Valid values are from 0 to 256.")>
    Public Property Smoothness As System.Int32
    
    
    [DefaultValue(2)]
    [Description("Smoothness of the bevel edges.
    Valid values are from 0 to 256.")]
    public System.Int32 Smoothness { get; set; }
    
    
    [DefaultValue(2)]
    [Description("Smoothness of the bevel edges.
    Valid values are from 0 to 256.")]
    public: __property System.Int32 get_Smoothness();
    public: __property void set_Smoothness(
    System.Int32 value
    );
    [DefaultValue(2)]
    [Description("Smoothness of the bevel edges.
    Valid values are from 0 to 256.")]
    public:
    property System.Int32 Smoothness { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Valid values are from 0 to 256. Default value is 0.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also