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

    Gets or sets the percentage of the picture cut off at the bottom, between 0 and 100.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public float CropBottom { get; set; }

    Property Value

    Type Description
    Single

    The portion that is cut from the bottom of the picture, as a percentage from 0 to 100f.

    See Also