﻿# BorderInfo
This class represents border for graphics elements.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**left** | [**\Aspose\PDF\Model\GraphInfo**](GraphInfo.md) | Gets or sets a object that indicates left of the border. | [optional]
**right** | [**\Aspose\PDF\Model\GraphInfo**](GraphInfo.md) | Gets or sets a object that indicates right of the border. | [optional]
**top** | [**\Aspose\PDF\Model\GraphInfo**](GraphInfo.md) | Gets or sets a object that indicates the top border. | [optional]
**bottom** | [**\Aspose\PDF\Model\GraphInfo**](GraphInfo.md) | Gets or sets a object that indicates bottom of the border. | [optional]
**rounded_border_radius** | **double** | Gets or sets a rouded border radius | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/BorderInfo.php)

