Pens

Pens class

Provides a set of pre-created Pen objects. This is a static type with no instance services. You should never create instances of it by any means.

class Pens

Methods

MethodDescription
static SharedPtr<Pen> get_AliceBlue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFF0F8FF.
static SharedPtr<Pen> get_AntiqueWhite()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFAEBD7.
static SharedPtr<Pen> get_Aqua()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF00FFFF.
static SharedPtr<Pen> get_Aquamarine()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF7FFFD4.
static SharedPtr<Pen> get_Azure()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFF0FFFF.
static SharedPtr<Pen> get_Beige()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFF5F5DC.
static SharedPtr<Pen> get_Bisque()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFE4C4.
static SharedPtr<Pen> get_Black()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF000000.
static SharedPtr<Pen> get_BlanchedAlmond()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFEBCD.
static SharedPtr<Pen> get_Blue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF0000FF.
static SharedPtr<Pen> get_BlueViolet()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF8A2BE2.
static SharedPtr<Pen> get_Brown()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFA52A2A.
static SharedPtr<Pen> get_BurlyWood()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFDEB887.
static SharedPtr<Pen> get_CadetBlue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF5F9EA0.
static SharedPtr<Pen> get_Chartreuse()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF7FFF00.
static SharedPtr<Pen> get_Chocolate()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFD2691E.
static SharedPtr<Pen> get_Coral()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFF7F50.
static SharedPtr<Pen> get_CornflowerBlue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF6495ED.
static SharedPtr<Pen> get_Cornsilk()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFF8DC.
static SharedPtr<Pen> get_Crimson()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFDC143C.
static SharedPtr<Pen> get_Cyan()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF00FFFF.
static SharedPtr<Pen> get_DarkBlue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF00008B.
static SharedPtr<Pen> get_DarkCyan()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF008B8B.
static SharedPtr<Pen> get_DarkGoldenrod()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFB8860B.
static SharedPtr<Pen> get_DarkGray()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFA9A9A9.
static SharedPtr<Pen> get_DarkGreen()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF006400.
static SharedPtr<Pen> get_DarkKhaki()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFBDB76B.
static SharedPtr<Pen> get_DarkMagenta()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF8B008B.
static SharedPtr<Pen> get_DarkOliveGreen()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF556B2F.
static SharedPtr<Pen> get_DarkOrange()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFF8C00.
static SharedPtr<Pen> get_DarkOrchid()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF9932CC.
static SharedPtr<Pen> get_DarkRed()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF8B0000.
static SharedPtr<Pen> get_DarkSalmon()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFE9967A.
static SharedPtr<Pen> get_DarkSeaGreen()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF8FBC8F.
static SharedPtr<Pen> get_DarkSlateBlue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF483D8B.
static SharedPtr<Pen> get_DarkSlateGray()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF2F4F4F.
static SharedPtr<Pen> get_DarkTurquoise()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF00CED1.
static SharedPtr<Pen> get_DarkViolet()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF9400D3.
static SharedPtr<Pen> get_DeepPink()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFF1493.
static SharedPtr<Pen> get_DeepSkyBlue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF00BFFF.
static SharedPtr<Pen> get_DimGray()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF696969.
static SharedPtr<Pen> get_DodgerBlue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF1E90FF.
static SharedPtr<Pen> get_Firebrick()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFB22222.
static SharedPtr<Pen> get_FloralWhite()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFFAF0.
static SharedPtr<Pen> get_ForestGreen()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF228B22.
static SharedPtr<Pen> get_Fuchsia()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFF00FF.
static SharedPtr<Pen> get_Gainsboro()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFDCDCDC.
static SharedPtr<Pen> get_GhostWhite()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFF8F8FF.
static SharedPtr<Pen> get_Gold()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFD700.
static SharedPtr<Pen> get_Goldenrod()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFDAA520.
static SharedPtr<Pen> get_Gray()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF808080.
static SharedPtr<Pen> get_Green()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF008000.
static SharedPtr<Pen> get_GreenYellow()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFADFF2F.
static SharedPtr<Pen> get_Honeydew()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFF0FFF0.
static SharedPtr<Pen> get_HotPink()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFF69B4.
static SharedPtr<Pen> get_IndianRed()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFCD5C5C.
static SharedPtr<Pen> get_Indigo()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF4B0082.
static SharedPtr<Pen> get_Ivory()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFFFF0.
static SharedPtr<Pen> get_Khaki()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFF0E68C.
static SharedPtr<Pen> get_Lavender()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFE6E6FA.
static SharedPtr<Pen> get_LavenderBlush()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFF0F5.
static SharedPtr<Pen> get_LawnGreen()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF7CFC00.
static SharedPtr<Pen> get_LemonChiffon()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFFACD.
static SharedPtr<Pen> get_LightBlue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFADD8E6.
static SharedPtr<Pen> get_LightCoral()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFF08080.
static SharedPtr<Pen> get_LightCyan()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFE0FFFF.
static SharedPtr<Pen> get_LightGoldenrodYellow()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFAFAD2.
static SharedPtr<Pen> get_LightGray()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFD3D3D3.
static SharedPtr<Pen> get_LightGreen()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF90EE90.
static SharedPtr<Pen> get_LightPink()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFB6C1.
static SharedPtr<Pen> get_LightSalmon()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFA07A.
static SharedPtr<Pen> get_LightSeaGreen()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF20B2AA.
static SharedPtr<Pen> get_LightSkyBlue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF87CEFA.
static SharedPtr<Pen> get_LightSlateGray()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF778899.
static SharedPtr<Pen> get_LightSteelBlue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFB0C4DE.
static SharedPtr<Pen> get_LightYellow()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFFFE0.
static SharedPtr<Pen> get_Lime()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF00FF00.
static SharedPtr<Pen> get_LimeGreen()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF32CD32.
static SharedPtr<Pen> get_Linen()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFAF0E6.
static SharedPtr<Pen> get_Magenta()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFF00FF.
static SharedPtr<Pen> get_Maroon()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF800000.
static SharedPtr<Pen> get_MediumAquamarine()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF66CDAA.
static SharedPtr<Pen> get_MediumBlue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF0000CD.
static SharedPtr<Pen> get_MediumOrchid()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFBA55D3.
static SharedPtr<Pen> get_MediumPurple()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF9370DB.
static SharedPtr<Pen> get_MediumSeaGreen()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF3CB371.
static SharedPtr<Pen> get_MediumSlateBlue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF7B68EE.
static SharedPtr<Pen> get_MediumSpringGreen()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF00FA9A.
static SharedPtr<Pen> get_MediumTurquoise()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF48D1CC.
static SharedPtr<Pen> get_MediumVioletRed()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFC71585.
static SharedPtr<Pen> get_MidnightBlue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF191970.
static SharedPtr<Pen> get_MintCream()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFF5FFFA.
static SharedPtr<Pen> get_MistyRose()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFE4E1.
static SharedPtr<Pen> get_Moccasin()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFE4B5.
static SharedPtr<Pen> get_NavajoWhite()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFDEAD.
static SharedPtr<Pen> get_Navy()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF000080.
static SharedPtr<Pen> get_OldLace()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFDF5E6.
static SharedPtr<Pen> get_Olive()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF808000.
static SharedPtr<Pen> get_OliveDrab()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF6B8E23.
static SharedPtr<Pen> get_Orange()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFA500.
static SharedPtr<Pen> get_OrangeRed()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFF4500.
static SharedPtr<Pen> get_Orchid()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFDA70D6.
static SharedPtr<Pen> get_PaleGoldenrod()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFEEE8AA.
static SharedPtr<Pen> get_PaleGreen()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF98FB98.
static SharedPtr<Pen> get_PaleTurquoise()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFAFEEEE.
static SharedPtr<Pen> get_PaleVioletRed()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFDB7093.
static SharedPtr<Pen> get_PapayaWhip()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFEFD5.
static SharedPtr<Pen> get_PeachPuff()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFDAB9.
static SharedPtr<Pen> get_Peru()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFCD853F.
static SharedPtr<Pen> get_Pink()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFC0CB.
static SharedPtr<Pen> get_Plum()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFDDA0DD.
static SharedPtr<Pen> get_PowderBlue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFB0E0E6.
static SharedPtr<Pen> get_Purple()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF800080.
static SharedPtr<Pen> get_Red()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFF0000.
static SharedPtr<Pen> get_RosyBrown()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFBC8F8F.
static SharedPtr<Pen> get_RoyalBlue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF4169E1.
static SharedPtr<Pen> get_SaddleBrown()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF8B4513.
static SharedPtr<Pen> get_Salmon()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFA8072.
static SharedPtr<Pen> get_SandyBrown()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFF4A460.
static SharedPtr<Pen> get_SeaGreen()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF2E8B57.
static SharedPtr<Pen> get_SeaShell()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFF5EE.
static SharedPtr<Pen> get_Sienna()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFA0522D.
static SharedPtr<Pen> get_Silver()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFC0C0C0.
static SharedPtr<Pen> get_SkyBlue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF87CEEB.
static SharedPtr<Pen> get_SlateBlue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF6A5ACD.
static SharedPtr<Pen> get_SlateGray()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF708090.
static SharedPtr<Pen> get_Snow()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFFAFA.
static SharedPtr<Pen> get_SpringGreen()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF00FF7F.
static SharedPtr<Pen> get_SteelBlue()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF4682B4.
static SharedPtr<Pen> get_Tan()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFD2B48C.
static SharedPtr<Pen> get_Teal()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF008080.
static SharedPtr<Pen> get_Thistle()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFD8BFD8.
static SharedPtr<Pen> get_Tomato()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFF6347.
static SharedPtr<Pen> get_Transparent()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #00FFFFFF.
static SharedPtr<Pen> get_Turquoise()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF40E0D0.
static SharedPtr<Pen> get_Violet()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFEE82EE.
static SharedPtr<Pen> get_Wheat()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFF5DEB3.
static SharedPtr<Pen> get_White()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFFFFF.
static SharedPtr<Pen> get_WhiteSmoke()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFF5F5F5.
static SharedPtr<Pen> get_Yellow()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FFFFFF00.
static SharedPtr<Pen> get_YellowGreen()Returns a Pen object with a width of 1 and whose ARGB color in hexadecimal notation has a value of #FF9ACD32.

See Also