ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / BitmapSource Class / Orientation Property

In This Topic
    Orientation Property
    In This Topic
    A flip and/or rotation operation to be performed on the image. See Orientation for more info.
    Syntax
    'Declaration
     
    Public Property Orientation As BitmapSourceOrientation
    public BitmapSourceOrientation Orientation {get; set;}
    See Also