Perspective - Icon
Component Palette Icon:
Description​
The Icon component provides access to a collection of Scalable Vector Graphic (SVG) images, chosen to be useful as icons in a Perspective session.
The materials icon library is a primary source for icons, see https://fonts.google.com/icons?selected=Material+Icons. You can also add your own custom repository of icons. For more information on icons, see Images and Icons in Perspective.
When attempting to change the color of an icon via style class, set the desired color using the Text category's Color property.
Properties​
Most Properties have binding options. For more information on Bindings, see Types of Bindings in Perspective. This section only documents the Props Category of properties. The other Categories are described on the Perspective Component Properties page.
Name | Description | Property Type |
---|---|---|
path | Shorthand path to icon source, in format: library/IconName (e.g., material/3d_rotation). See Icons for more information about available icons. | value: string |
color | Color of the icon. See Color Selector. | color |
style | Use Style to customize the visual style of the component. The Style menu contains all the tools for modifying text, background, margins, and borders. You can also specify a style class. | object |
Component Events​
The Perspective Event Types Reference page describes all the possible component event types for Perspective components. Not all component events support each Perspective component. The Component Events and Actions page shows how to configure events and actions on a Perspective component. Component scripting is handled separately and can be accessed from the Component menubar or by right clicking on the component.
Examples​
Example 1​
Property | Value |
---|---|
props.color | #00AC00 |
Example 2​
Property | Value |
---|---|
props.path | material/record_voice_over |
props.color | #000088 |
props.style.borderstyle | ridge |
props.style.borderColor | #FFAC47 |
props.style.borderWidth | 6px |