Skip to main content
All docs
V22.1
  • ChipGroup.ChipFontAttributes Property

    Gets or sets whether the font used to display text is bold, italic, or unmodified.

    Namespace: DevExpress.XamarinForms.Editors

    Assembly: DevExpress.XamarinForms.Editors.dll

    NuGet Package: DevExpress.XamarinForms.Editors

    Declaration

    public FontAttributes ChipFontAttributes { get; set; }

    Property Value

    Type Description
    FontAttributes

    An enumeration that specifies font attributes applied to text.

    See Also