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

    Lists values that specify how to scale a button icon.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public enum ButtonIconScalingType

    Members

    Name Description
    Anamorphic

    Scale the button icon to fit the button size.

    Proportional

    Scale the button icon proportionally.

    Related API Members

    The following properties accept/return ButtonIconScalingType values:

    See Also