LayerLayout Property
LayerLayout returns or sets the TopLegend layer layout in horizontal or vertical position.
Syntax
object.LayerLayout
object.LayerLayout = SrfLegendLayerLayout
Parameter |
Type |
Description |
LayerLayout |
Sets/returns the layer layout |
Example
Set the orientation of the TopLegend LayerLayout to horizontal.
Legend.LayerLayout = srfLegendLayerHorizontal
Used by: TopLegend object