IBorderStyle Interface

Pageflex Document Action API

Pageflex Document Action API IBorderStyle Interface
Namespaces > Pageflex.Scripting > IBorderStyle
The IBorderStyle interface contains members unique to document elements which can have a visible border.
Syntax
C# Visual Basic Managed C++
public interface IBorderStyle
Public Interface IBorderStyle
public interface class IBorderStyle
Members
All Members Constructors Methods Properties Fields Events



Icon Member Description
BorderColor
Gets or sets the name of the Color used to draw this element's border.
BorderDashGap
Gets or sets the gap between dots or dashes used to draw this element's border.
BorderDashSize
Gets or sets the length of dashes used to draw this element's border.
BorderStyle
Gets or sets the line style of this element's border.
BorderThickness
Gets or sets the thickness of this element's border.
BorderTint
Gets or sets the saturation level of the border color.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)