2#ifndef _aspose_drawing_drawing2d_dash_cap_h_
3#define _aspose_drawing_drawing2d_dash_cap_h_
5#include <system/enum.h>
7namespace System {
namespace Drawing {
namespace Drawing2D {
23struct EnumMetaInfo<
System::Drawing::Drawing2D::DashCap>
27 static ASPOSECPP_SHARED_API
const std::array<std::pair<System::Drawing::Drawing2D::DashCap, const char_t*>, 3>& values();
DashCap
Specifies the type of a cap used at the both ends of a dash in a dashed line.
Definition: dash_cap.h:9
@ Triangle
A triangular cap that points both ends of a dash.
@ Flat
A square cap that squares off both ends of a dash.
@ Round
A circular cap that rounds off both ends of a dash.
Definition: db_command.h:9