Skip to main content
All docs
V26.1
  • ButtonIconFit.ScalingType Property

    Gets or sets the scaling type of an icon in a button.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public ButtonIconScalingType ScalingType { get; set; }

    Property Value

    Type Description
    ButtonIconScalingType

    The scaling type of the icon.

    Available values:

    Name Description
    Anamorphic

    Scale the button icon to fit the button size.

    Proportional

    Scale the button icon proportionally.

    See Also