Search Results for

    Show / Hide Table of Contents

    Interface IMarkSymbol

    Stylization of a predefined shape (ShapeType)

    Inherited Members
    ISymbol.Type
    ISymbol.Unit
    ISymbol.SizeContext
    ISymbol.SizeX
    ISymbol.SizeY
    ISymbol.Rotation
    ISymbol.MaintainAspect
    ISymbol.InsertionPointX
    ISymbol.InsertionPointY
    ICloneableLayerElement<IMarkSymbol>.Clone()
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IMarkSymbol : ISymbol, ICloneableLayerElement<IMarkSymbol>

    Properties

    | Improve this Doc View Source

    Edge

    Gets or sets the outline settings

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

    Fill

    Gets or sets the fill settings

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

    Shape

    Gets or sets the type of shape

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