Search Results for

    Show / Hide Table of Contents

    Interface IAreaSymbolizationFill

    Symbolization characteristics for areas.

    Inherited Members
    ICloneableLayerElement<IAreaSymbolizationFill>.Clone()
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IAreaSymbolizationFill : ICloneableLayerElement<IAreaSymbolizationFill>

    Properties

    | Improve this Doc View Source

    Fill

    Gets or sets the style of the polygon fill.

    Declaration
    IFill Fill { get; set; }
    Property Value
    Type Description
    IFill
    | Improve this Doc View Source

    Stroke

    Gets or sets the style of the polygon edge

    Declaration
    IStroke Stroke { get; set; }
    Property Value
    Type Description
    IStroke
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng