FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread.Chart 名前空間 > ChartShape クラス : State プロパティ |
'Declaration
Public Overrides Property State As ElementState
public override ElementState State {get; set;}
Font f = new System.Drawing.Font("MS Sans Serif", 12, FontStyle.Bold); element.Font = f; element.State = FarPoint.Win.ElementState.Inverted;
Dim f As New System.Drawing.Font("MS Sans Serif", 12, FontStyle.Bold) element.Font = f element.State = FarPoint.Win.ElementState.Inverted