This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFontAttribute Interface > IFontAttribute.State Property (ArcObjects .NET 10.5 SDK) |
Indicates if a boolean font attribute is set.
[Visual Basic .NET] Public Property State As Boolean
[C#] public bool State {get; set;}
[C++]
HRESULT get_State(
VARIANT_BOOL* State
);
[C++]
HRESULT put_State(
VARIANT_BOOL State
);
[C++]
Parameters State [out, retval] State is a parameter of type VARIANT_BOOL State [in] State is a parameter of type VARIANT_BOOL
Boolean setting of either Italic, Bold or Underline.