Aspose.Tasks for C++
Aspose::Tasks::Visualization::Thickness Class Reference

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...
 

Detailed Description

Represents margins of visual object.

Member Function Documentation

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.