VintaSoft Imaging .NET SDK 12.3: 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
    
    <DescriptionAttribute("The flip type.")>
    <DefaultValueAttribute(RotateNoneFlipNone)>
    Public Property RotateFlipType As ImageRotateFlipType
    
    
    [Description("The flip type.")]
    [DefaultValue(RotateNoneFlipNone)]
    public ImageRotateFlipType RotateFlipType { get; set; }
    
    
    [Description("The flip type.")]
    [DefaultValue(RotateNoneFlipNone)]
    public: __property ImageRotateFlipType get_RotateFlipType();
    public: __property void set_RotateFlipType(
    ImageRotateFlipType value
    );
    [Description("The flip type.")]
    [DefaultValue(RotateNoneFlipNone)]
    public:
    property ImageRotateFlipType RotateFlipType { ImageRotateFlipType get(); void set(ImageRotateFlipType value); }

    Property Value

    Default value is RotateFlipType.RotateNoneFlipNone.
    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