Search Results for

    Show / Hide Table of Contents

    Interface IWidgetContainer

    Represents a container component in a flexible layout

    Inherited Members
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    IExtensibleElement.Extension
    Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IWidgetContainer : INotifyPropertyChanged, IExtensibleElement

    Properties

    | Improve this Doc View Source

    Name

    The name of the widget container

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Position

    The position of the widget container

    Declaration
    string Position { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Type

    The type of the widget container

    Declaration
    string Type { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    ExtensionMethods.GetNames(IExtensibleElement)
    ExtensionMethods.GetAllValues(IExtensibleElement)
    ExtensionMethods.SetSubjectOrExternalLayerProperties(IExtensibleElement, IDictionary<String, Object>)
    ExtensionMethods.SetAllValues(IExtensibleElement, NameValueCollection)
    ExtensionMethods.SetValue(IExtensibleElement, String, String)
    ExtensionMethods.CreateExtensionElement(IExtensibleElement, String)
    ExtensionMethods.GetValue(IExtensibleElement, String)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng