'声明 Public Enum ContentOptions Inherits System.Enum
public enum ContentOptions : System.Enum
'声明 Public Enum ContentOptions Inherits System.Enum
public enum ContentOptions : System.Enum
成员 | 说明 |
---|---|
None | All content is shown. |
Trim | Trim content if its width is large than MaxWidth property. |
WordWrap | Wrap content if its width is large than MaxWidth property. |
System.Object
System.ValueType
System.Enum
C1.Chart.ContentOptions