ESRI.ArcGIS.ADF.ArcGISServer
SelectionBufferSymbol Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > LayerDescription Class : SelectionBufferSymbol Property




Syntax

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

See Also

© 2010 All Rights Reserved.