Aspose.Tasks for C++
|
Represents margins of visual object. More...
#include <Thickness.h>
Inherits Object, and BoxableObjectBase.
Public Member Functions | |
float | get_Top () const |
Gets the size of the top margin in points. More... | |
float | get_Bottom () const |
Gets the size of the bottom margin in points. More... | |
float | get_Left () const |
Gets the size of the left margin in points. More... | |
float | get_Right () const |
Gets the size of the right margin in points. More... | |
Represents margins of visual object.
float Aspose::Tasks::Visualization::Thickness::get_Bottom | ( | ) | const |
Gets the size of the bottom margin in points.
float Aspose::Tasks::Visualization::Thickness::get_Left | ( | ) | const |
Gets the size of the left margin in points.
float Aspose::Tasks::Visualization::Thickness::get_Right | ( | ) | const |
Gets the size of the right margin in points.
float Aspose::Tasks::Visualization::Thickness::get_Top | ( | ) | const |
Gets the size of the top margin in points.