DashCap Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of graphic shape to use on both ends of each dash in a dashed line.
public enum class DashCap
public enum DashCap
type DashCap =
Public Enum DashCap
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Flat | 0 | Specifies a square cap that squares off both ends of each dash. |
Round | 2 | Specifies a circular cap that rounds off both ends of each dash. |
Triangle | 3 | Specifies a triangular cap that points both ends of each dash. |
Applies to
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.