====== ThinkGeo.MapSuite.GisEditor.LayerListItem ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.GisEditor.LayerListItem]] ***[[ThinkGeo.MapSuite.GisEditor.StyleLayerListItem]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#LayerListItem()|LayerListItem]] | | | Initializes a new instance of the class. | | {{wiki:PublicMethod.gif|Public Method}}[[#LayerListItem(Object)|LayerListItem]] | Object | | Initializes a new instance of the class. | ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPropertyChanged(String)|OnPropertyChanged]] | String | | Called when [[property|changed]]. | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#BackgroundBrush|BackgroundBrush]] | Brush | | Gets the background brush. | | {{wiki:PublicProperty.gif|Public Property}}[[#CheckBoxVisibility|CheckBoxVisibility]] | Visibility | | Gets or sets the check box visibility. | | {{wiki:PublicProperty.gif|Public Property}}[[#Children|Children]] | ObservableCollection<[[ThinkGeo.MapSuite.GisEditor.LayerListItem|LayerListItem]]> | | Gets the children. | | {{wiki:PublicProperty.gif|Public Property}}[[#ChildrenContainerVisibility|ChildrenContainerVisibility]] | Visibility | | Gets or sets the children container visibility. | | {{wiki:PublicProperty.gif|Public Property}}[[#ConcreteObject|ConcreteObject]] | Object | | Gets or sets the concrete object. | | {{wiki:PublicProperty.gif|Public Property}}[[#ContextMenuItems|ContextMenuItems]] | Collection | | Gets the context menu items. | | {{wiki:PublicProperty.gif|Public Property}}[[#DoubleClicked|DoubleClicked]] | Action | | Gets or sets the double clicked. | | {{wiki:PublicProperty.gif|Public Property}}[[#ExpandButtonVisibility|ExpandButtonVisibility]] | Visibility | | Gets or sets the expand button visibility. | | {{wiki:PublicProperty.gif|Public Property}}[[#FontBrush|FontBrush]] | Brush | | Gets or sets the font brush. | | {{wiki:PublicProperty.gif|Public Property}}[[#FontStyle|FontStyle]] | FontStyle | | Gets or sets the font style. | | {{wiki:PublicProperty.gif|Public Property}}[[#FontWeight|FontWeight]] | FontWeight | | Gets or sets the font weight. | | {{wiki:PublicProperty.gif|Public Property}}[[#HighlightBackgroundBrush|HighlightBackgroundBrush]] | Brush | | Gets or sets the highlight background brush. | | {{wiki:PublicProperty.gif|Public Property}}[[#IsChecked|IsChecked]] | Boolean | | Gets or sets a value indicating whether this instance is checked. | | {{wiki:PublicProperty.gif|Public Property}}[[#IsExpanded|IsExpanded]] | Boolean | | Gets or sets a value indicating whether this instance is expanded. | | {{wiki:PublicProperty.gif|Public Property}}[[#IsRenaming|IsRenaming]] | Boolean | | Gets or sets a value indicating whether this instance is renaming. | | {{wiki:PublicProperty.gif|Public Property}}[[#IsSelected|IsSelected]] | Boolean | | Gets or sets a value indicating whether this instance is selected. | | {{wiki:PublicProperty.gif|Public Property}}[[#LowerLineVisibility|LowerLineVisibility]] | Visibility | | Gets or sets the lower line visibility. | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | | Gets or sets the name. | | {{wiki:PublicProperty.gif|Public Property}}[[#Parent|Parent]] | [[ThinkGeo.MapSuite.GisEditor.LayerListItem|LayerListItem]] | | Gets or sets the parent. | | {{wiki:PublicProperty.gif|Public Property}}[[#PreviewImage|PreviewImage]] | Image | | Gets or sets the preview image. | | {{wiki:PublicProperty.gif|Public Property}}[[#SideImage|SideImage]] | Image | | Gets or sets the side image. | | {{wiki:PublicProperty.gif|Public Property}}[[#UpperLineVisibility|UpperLineVisibility]] | Visibility | | Gets or sets the upper line visibility. | | {{wiki:PublicProperty.gif|Public Property}}[[#WarningImage|WarningImage]] | Image | | Gets or sets the warning image. | | {{wiki:PublicProperty.gif|Public Property}}[[#WarningImageVisibility|WarningImageVisibility]] | Visibility | | Gets or sets the warning image visibility. | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedProperty.gif|Protected Property}}[[#NameCore|NameCore]] | String | | Gets or sets the name core. | ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | {{wiki:PublicEvent.gif|Public Event}}[[#PropertyChanged|PropertyChanged]] | PropertyChangedEventArgs | | Occurs when [[property|changed]]. | ===== Public Constructors ===== ==== LayerListItem() ==== Initializes a new instance of the class. === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Constructors|Go Back]] ==== LayerListItem(Object) ==== Initializes a new instance of the class. === Parameters === ^ Name ^ Type ^ Description ^ | concreteObject | Object | The concrete object. | [[#Public Constructors|Go Back]] ===== Protected Constructors ===== ===== Public Methods ===== ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== OnPropertyChanged(String) ==== Called when [[property|changed]]. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | propertyName | String | Name of the property. | [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== BackgroundBrush ==== Gets the background brush. === Return Value === ^ Return Type ^ | Brush | [[#Public Properties|Go Back]] ==== CheckBoxVisibility ==== Gets or sets the check box visibility. === Return Value === ^ Return Type ^ | Visibility | [[#Public Properties|Go Back]] ==== Children ==== Gets the children. === Return Value === ^ Return Type ^ | ObservableCollection<[[ThinkGeo.MapSuite.GisEditor.LayerListItem|LayerListItem]]> | [[#Public Properties|Go Back]] ==== ChildrenContainerVisibility ==== Gets or sets the children container visibility. === Return Value === ^ Return Type ^ | Visibility | [[#Public Properties|Go Back]] ==== ConcreteObject ==== Gets or sets the concrete object. === Return Value === ^ Return Type ^ | Object | [[#Public Properties|Go Back]] ==== ContextMenuItems ==== Gets the context menu items. === Return Value === ^ Return Type ^ | Collection | [[#Public Properties|Go Back]] ==== DoubleClicked ==== Gets or sets the double clicked. === Return Value === ^ Return Type ^ | Action | [[#Public Properties|Go Back]] ==== ExpandButtonVisibility ==== Gets or sets the expand button visibility. === Return Value === ^ Return Type ^ | Visibility | [[#Public Properties|Go Back]] ==== FontBrush ==== Gets or sets the font brush. === Return Value === ^ Return Type ^ | Brush | [[#Public Properties|Go Back]] ==== FontStyle ==== Gets or sets the font style. === Return Value === ^ Return Type ^ | FontStyle | [[#Public Properties|Go Back]] ==== FontWeight ==== Gets or sets the font weight. === Return Value === ^ Return Type ^ | FontWeight | [[#Public Properties|Go Back]] ==== HighlightBackgroundBrush ==== Gets or sets the highlight background brush. === Return Value === ^ Return Type ^ | Brush | [[#Public Properties|Go Back]] ==== IsChecked ==== Gets or sets a value indicating whether this instance is checked. === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== IsExpanded ==== Gets or sets a value indicating whether this instance is expanded. === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== IsRenaming ==== Gets or sets a value indicating whether this instance is renaming. === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== IsSelected ==== Gets or sets a value indicating whether this instance is selected. === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== LowerLineVisibility ==== Gets or sets the lower line visibility. === Return Value === ^ Return Type ^ | Visibility | [[#Public Properties|Go Back]] ==== Name ==== Gets or sets the name. === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== Parent ==== Gets or sets the parent. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.LayerListItem|LayerListItem]] | [[#Public Properties|Go Back]] ==== PreviewImage ==== Gets or sets the preview image. === Return Value === ^ Return Type ^ | Image | [[#Public Properties|Go Back]] ==== SideImage ==== Gets or sets the side image. === Return Value === ^ Return Type ^ | Image | [[#Public Properties|Go Back]] ==== UpperLineVisibility ==== Gets or sets the upper line visibility. === Return Value === ^ Return Type ^ | Visibility | [[#Public Properties|Go Back]] ==== WarningImage ==== Gets or sets the warning image. === Return Value === ^ Return Type ^ | Image | [[#Public Properties|Go Back]] ==== WarningImageVisibility ==== Gets or sets the warning image visibility. === Return Value === ^ Return Type ^ | Visibility | [[#Public Properties|Go Back]] ===== Protected Properties ===== ==== NameCore ==== Gets or sets the name core. === Return Value === ^ Return Type ^ | String | [[#Protected Properties|Go Back]] ===== Public Events ===== ==== PropertyChanged ==== Occurs when [[property|changed]]. === Event Arguments === ^ Event Arguments ^ | PropertyChangedEventArgs | [[#Public Events|Go Back]] __NOTOC__ [[Category:GisEditorInfrastructure]] [[Category:ThinkGeo.MapSuite.GisEditor]] [[Category:UpdateDocumentation]]