VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Transforms Namespace / FlipCommand Class / RotateFlipType Property
Syntax Requirements SeeAlso
In This Topic
    RotateFlipType Property (FlipCommand)
    In This Topic
    Gets or sets the flip type.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(RotateNoneFlipNone)>
    <DescriptionAttribute("The flip type.")>
    Public Property RotateFlipType As ImageRotateFlipType
    
    
    [DefaultValue(RotateNoneFlipNone)]
    [Description("The flip type.")]
    public ImageRotateFlipType RotateFlipType { get; set; }
    
    
    [DefaultValue(RotateNoneFlipNone)]
    [Description("The flip type.")]
    public: __property ImageRotateFlipType get_RotateFlipType();
    public: __property void set_RotateFlipType(
    ImageRotateFlipType value
    );
    [DefaultValue(RotateNoneFlipNone)]
    [Description("The flip type.")]
    public:
    property ImageRotateFlipType RotateFlipType { ImageRotateFlipType get(); void set(ImageRotateFlipType value); }

    Property Value

    Default value is RotateFlipType.RotateNoneFlipNone.
    Requirements

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

    See Also