Aspose::Pdf::BorderInfo class

BorderInfo class

This class represents border for graphics elements.

class BorderInfo : public System::ICloneable

Methods

MethodDescription
BorderInfo(BorderSide, System::SharedPtr<Color>)Initializes a new instance of the BorderInfo class.
BorderInfo()Initializes a new instance of the BorderInfo class.
BorderInfo(BorderSide)Initializes a new instance of the BorderInfo class.
BorderInfo(BorderSide, float)Initializes a new instance of the BorderInfo class.
BorderInfo(BorderSide, float, System::SharedPtr<Color>)Initializes a new instance of the BorderInfo class.
BorderInfo(BorderSide, System::SharedPtr<GraphInfo>)Initializes a new instance of the BorderInfo class.
Clone() overrideClones a new BorderInfo object.
get_Bottom() constGets a object that indicates bottom of the border.
get_Left() constGets a object that indicates left of the border.
get_Right() constGets a object that indicates right of the border.
get_RoundedBorderRadius() constGets a rouded border radius.
get_Top() constGets a object that indicates the top border.
set_Bottom(System::SharedPtr<GraphInfo>)Sets a object that indicates bottom of the border.
set_Left(System::SharedPtr<GraphInfo>)Sets a object that indicates left of the border.
set_Right(System::SharedPtr<GraphInfo>)Sets a object that indicates right of the border.
set_RoundedBorderRadius(double)Sets a rouded border radius.
set_Top(System::SharedPtr<GraphInfo>)Sets a object that indicates the top border.

See Also