ESRI.ArcGIS.ADF.ArcGISServer
FrameBackground Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > ParagraphTextElement Class : FrameBackground Property




Frame background used by this element.

Syntax

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

See Also

© 2010 All Rights Reserved.