| File: System\Windows\Forms\VisualStyles\PointProperty.cs | Web Access |
| Project: src\winforms\src\System.Windows.Forms\System.Windows.Forms.csproj (System.Windows.Forms) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Windows.Forms.VisualStyles; public enum PointProperty { Offset = (int)THEME_PROPERTY_SYMBOL_ID.TMT_OFFSET, TextShadowOffset = (int)THEME_PROPERTY_SYMBOL_ID.TMT_TEXTSHADOWOFFSET, MinSize = (int)THEME_PROPERTY_SYMBOL_ID.TMT_MINSIZE, MinSize1 = (int)THEME_PROPERTY_SYMBOL_ID.TMT_MINSIZE1, MinSize2 = (int)THEME_PROPERTY_SYMBOL_ID.TMT_MINSIZE2, MinSize3 = (int)THEME_PROPERTY_SYMBOL_ID.TMT_MINSIZE3, MinSize4 = (int)THEME_PROPERTY_SYMBOL_ID.TMT_MINSIZE4, MinSize5 = (int)THEME_PROPERTY_SYMBOL_ID.TMT_MINSIZE5 }