ButtonAppearance
Overview
ButtonAppearance is a type in Aspose.PDF FOSS for Go.
ButtonAppearance configures a push button’s rich appearance: separate captions for the normal / rollover / down states, an optional icon image, and face/border/text colours.
Properties: BorderColor, Caption, DownText, FaceColor, IconPath, IconPosition, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Caption | string | Read/Write | Gets the caption. |
RolloverText | string | Read/Write | Gets the rollover text. |
DownText | string | Read/Write | Gets the down text. |
IconPath | string | Read/Write | Gets the icon path. |
IconPosition | ButtonIconPosition | Read/Write | Gets the icon position. |
TextColor | *Color | Read/Write | Gets the text color. |
FaceColor | *Color | Read/Write | Gets the face color. |
BorderColor | *Color | Read/Write | Gets the border color. |