VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Transforms Namespace / RotateCommand Class / BorderColorType Property
Syntax Requirements SeeAlso
In This Topic
    BorderColorType Property (RotateCommand)
    In This Topic
    Gets or sets the type of the border color.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The type of the border color.")>
    <DefaultValueAttribute(AutoDetect)>
    Public Property BorderColorType As Vintasoft.Imaging.ImageProcessing.BorderColorType
    
    
    [Description("The type of the border color.")]
    [DefaultValue(AutoDetect)]
    public Vintasoft.Imaging.ImageProcessing.BorderColorType BorderColorType { get; set; }
    
    
    [Description("The type of the border color.")]
    [DefaultValue(AutoDetect)]
    public: __property Vintasoft.Imaging.ImageProcessing.BorderColorType get_BorderColorType();
    public: __property void set_BorderColorType(
    Vintasoft.Imaging.ImageProcessing.BorderColorType value
    );

    Property Value

    Default value is BorderColorType.AutoDetect.
    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