ArcGIS Developer Help  (Carto)    

IFrameProperties.Border Property

Frame border used by this element.

[Visual Basic 6.0]
Property Border As IBorder
[Visual Basic .NET]
Public Property Border As IBorder
[C#]
public IBorder Border {get; set;}
[Java]
public IBorder getBorder()
throws
    IOException,
    AutomationException
[Java]
public void setBorder(
IBorder pBorder
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Border(
  IBorder** Border
);
[C++]
HRESULT put_Border(
  IBorder* Border

);

[C++]

Parameters

Border [out, retval]

  Border is a parameter of type IBorder

Border [in]

  Border is a parameter of type IBorder

Product Availability

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

See Also

IFrameProperties Interface

 


Feedback Send feedback on this page