This document is archived and information here might be outdated.  Recommended version.


IFrameProperties Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFrameProperties Interface
ArcGIS Developer Help

IFrameProperties Interface

Provides access to members that control the General properties for a frame.

Product Availability

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

Members

Name Description
Read/write property Background Frame background used by this element.
Read/write property Border Frame border used by this element.
Read/write property Shadow Frame shadow used by this element.

Classes that implement IFrameProperties

Classes Description
BmpPictureElement The Graphic Element to display BMP Pictures.
EmfPictureElement The Graphic Element to display Emf Pictures.
FrameElement The Frame element to provide a neatline or background.
GifPictureElement Graphic Element to display GIF Pictures.
GroupElement The Group Graphic Element to display a group of graphic elements.
ImgPictureElement Graphic Element to display IMG Pictures. This coclass is deprecated. It will not be available in a future release.
Jp2PictureElement Graphic Element to display JPEG2000 Pictures.
JpgPictureElement Graphic Element to display JPG Pictures.
LocatorRectangle A map locator rectangle.
MapFrame A graphic element for displaying maps.
MapSurroundFrame A graphic element for displaying map surrounds.
OleFrame (esriArcMapUI) The OLE frame.
Page The On Screen Page.
ParagraphTextElement The Graphic Element to display text which flows into an area geometry.
PictureElement Picture Graphic Element.
PngPictureElement Graphic Element to display PNG Pictures.
SidPictureElement Graphic Element to display SID Pictures. This coclass is deprecated. It will not be available in a future release.
TableFrame (esriEditorExt) Graphic Element to display table.
TemporalChartElement (esriTrackingAnalystUI) Controls elements of the temporal charts.
TifPictureElement Graphic Element to display TIF Pictures.

Remarks

The IFrameProperties interface is used to modify the Background, Border, and Shadow of a frame element. See also IFrameDecoration.

.NET Samples

Modify the appearance of the PageLayoutControl's page Update a frame's background, border, and shadow using the SymbologyControl