public final class DashCap
extends com.aspose.ms.System.Enum
Specifies the type of graphic shape to use on both ends of each dash in a dashed line.
Modifier and Type | Field and Description |
---|---|
static int |
Flat
Specifies a square cap that squares off both ends of each dash.
|
static int |
Round
Specifies a circular cap that rounds off both ends of each dash.
|
static int |
Triangle
Specifies a triangular cap that points both ends of each dash.
|
public static final int Flat
Specifies a square cap that squares off both ends of each dash.
public static final int Round
Specifies a circular cap that rounds off both ends of each dash.
public static final int Triangle
Specifies a triangular cap that points both ends of each dash.
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.