Skip to main content
All docs
V25.2
  • PictureShape.CropLeft Property

    Gets or sets the percentage of the picture cut from the left, between 0 and 100.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public float CropLeft { get; set; }

    Property Value

    Type Description
    Single

    The percentage of the picture cut off at the left, between 0 and 100.

    See Also