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
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