DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ControlLegendExBmp | Classes | Constructors | Methods | Properties | Events
Bitmap representation of the legend. Internal use only.
// C# public class TGIS_ControlLegendExBmp : TGIS_BaseObjectDisposable, IGIS_LegendParent { }
' VisualBasic Public Class TGIS_ControlLegendExBmp Inherits TGIS_BaseObjectDisposable Implements IGIS_LegendParent End Class
// Oxygene type TGIS_ControlLegendExBmp = public class( TGIS_BaseObjectDisposable, IGIS_LegendParent ) end;
→ TGIS_BaseObjectDisposable
Name | Visibility | Description | |
---|---|---|---|
TGIS_ControlLegendExBmp() | public | Standard constructor. | |
TGIS_ControlLegendExBmp(int, int) | public | Creates an instance based on provided dimensions. | |
TGIS_ControlLegendExBmp(TBitmap) | public | Creates an instance to be set on provided existing bitmap. | |
Name | Visibility | Description | |
---|---|---|---|
Bitmap | public | Underlying bitmap. | |
Color | public | Background color. | |
CompactView | public | If True then the legend view is compacted - icons are smaller. | |
Font | public | Display font. | |
GIS_Group | public | Selected group. | |
GIS_Layer | public | Selected layer. | |
GIS_Viewer | public | Attached IGIS_Viewer control. | |
Height | public | Height of the bitmap. | |
Mode | public | Mode of the legend - list of layers or grouped tree view. | |
Options | public | Options of the legend. | |
ReverseOrder | public | True if the order of legend entries in the Layer mode should be reverse, i.e. | |
RightToLeft | public | Specifies the bidirectional mode for the legend. | |
RightToLeftFromTranslation | public | Defines which BiDi we are using: the one from property or the one from translation | |
Width | public | Width of the bitmap. | |
Name | Visibility | Description | |
---|---|---|---|
LayerActiveChangeEvent | public | Event fired when a layer is activated/deactivated. | |
LayerParamsChangeEvent | public | Event fired when a layer parameters get changed. | |
LayerSelectEvent | public | Event fired upon layer selection. | |
OrderChangeEvent | public | Event fired upon the change of the order of layers. | |
For window output see TGIS_ControlLegendEx class.