Skip to main content
All docs
V26.1
  • ButtonIconScalingCircumstances Enum

    Lists values that specify circumstances under which button icons are scaled.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public enum ButtonIconScalingCircumstances

    Members

    Name Description
    Always

    Always scale button icons.

    BiggerThanAnnotationRectangle

    Scale button icons if they are bigger than the annotation rectangle.

    SmallerThanAnnotationRectangle

    Scale button icons if they are smaller than the annotation rectangle.

    Never

    Do not scale button icons.

    Related API Members

    The following properties accept/return ButtonIconScalingCircumstances values:

    See Also