Interface IBorder
public interface IBorder
Represents the border of an object.
-
Method Summary
void
Gets the
Color
of this border.
int
Gets the color of the border.
Gets the line style for the border.
Gets the
ThemeColor
in the applied color scheme that is associatedwith the specified object.
double
Gets a value that lightens or darkens a color.
void
Sets the
Color
of this border.
void
Sets the color of the border.
void
Sets the line style for the border.
void
Sets the
ThemeColor
in the applied color scheme that is associatedwith the specified object.
void
Sets a value that lightens or darkens a color.
-
Method Details
-
getColor
Gets the
Color
of this border.
-
setColor
void setColor(Color value)
Sets the
Color
of this border.
-
getColorIndex
int getColorIndex()
Gets the color of the border.
-
setColorIndex
void setColorIndex(int value)
Sets the color of the border.
-
getThemeColor
Gets the
ThemeColor
in the applied color scheme that is associatedwith the specified object.
-
setThemeColor
Sets the
ThemeColor
in the applied color scheme that is associatedwith the specified object.
-
getTintAndShade
double getTintAndShade()
Gets a value that lightens or darkens a color. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.
-
setTintAndShade
void setTintAndShade(double value)
Sets a value that lightens or darkens a color. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.
-
getLineStyle
Gets the line style for the border.
-
setLineStyle
Sets the line style for the border.
-
clear
void clear()
Clear the border.