ButtonIconFit.ScalingCircumstances Property
Gets or sets when to scale an icon in a button.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| ButtonIconScalingCircumstances | The scaling circumstances of the icon. |
Available values:
| 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. |
See Also