Every visual element has a wide range of properties: basic (common to all the visual elements) and individual, determining the function of a specific element.
Individual properties will be discussed further. The list of objects' basic properties is below.
Property name | Description | |
---|---|---|
Alpha, % | transparency | 100 - element is opaque, 0 - element completely transparent. See also Fill style. |
Border color | color of the border | |
Border thickness | thickness of the border | |
Border type | type of the border |
Inset - border is inside the element
Outset -border is outside the element
Middle - border is in the middle of the element
|
Fill color | color of the fill | Sets the color of the element |
Fill style | style of fill |
Opaque - opaque fill; Transparent - see through fill. Combining Alpha и Fill style:
|
Height | height of the object | |
Left | left coordinate of the the element | |
Top | top coordinate of the element | |
Width | width of the element |
Font properties apply to text, data, and macro objects.
Property | Description | |
---|---|---|
Bold | makes selected text bold | |
Font [face] | change font to |
Arial, Comic Sans MS,Courier New, Georgia, Tahoma, Times New Roman, Trebuchet MS, Verdana, |
Font size | changes selected text's font size | |
Text color | changes selected text's color | |
Underline | adds underscore to selected text | |
Italic | makes selected text italic |