ArcObjects Library Reference (Display)  

IFillSymbol.Outline Property

Line symbol of fill outline.

[Visual Basic .NET]
Public Property Outline As ILineSymbol
[C#]
public ILineSymbol Outline {get; set;}
[C++]
HRESULT get_Outline(
  ILineSymbol** outlineSym
);
[C++]
HRESULT put_Outline(
  ILineSymbol* outlineSym
);
[C++]

Parameters

outlineSym [out, retval]

  outlineSym is a parameter of type ILineSymbol

outlineSym [in]

  outlineSym is a parameter of type ILineSymbol

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Outline is the border for a FillSymbol object. Any ILineSymbol object can be used.

See Also

IFillSymbol Interface

.NET Samples

Building a MapViewer application using the ArcGIS Engine controls (Code Files: MapViewer) | Draw text on a MapControl (Code Files: DrawText) | Executing geoprocessing tools in the background (Code Files: RunGPForm) | Geodesy MapControl (Code Files: GeodesyMapControl) | Geoevents in a MapControl (Code Files: GeoEvents) | Triangle graphic element (Code Files: TriangleElementClass) |

.NET Related Topics

How to define a renderer for your layer |