ESRI.ArcGIS.ADF.ArcGISServer
Outline Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > FillSymbol Class : Outline Property




Line symbol of fill outline.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property Outline As LineSymbol
Visual Basic (Usage)Copy Code
Dim instance As FillSymbol
Dim value As LineSymbol
 
instance.Outline = value
 
value = instance.Outline
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public LineSymbol Outline {get; set;}

See Also

© 2010 All Rights Reserved.