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

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

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public float CropRight { get; set; }

    Property Value

    Type Description
    Single

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

    See Also