menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommentVisualStyle - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CommentVisualStyle

    Represents the CommentVisualStyle class.

    Inheritance
    System.Object
    CommentVisualStyle
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public class CommentVisualStyle : Object

    Constructors

    CommentVisualStyle(CommentAdv)

    Initializes a new instance of the CommentVisualStyle class for the specified CommentAdv.

    Declaration
    public CommentVisualStyle(CommentAdv commentAdv)
    Parameters
    Type Name Description
    CommentAdv commentAdv

    The CommentAdv instance for which the visual style is to be defined.

    Properties

    BackgroundBrush

    Gets or sets a brush that provides the background of the CommentAdv.

    Declaration
    public Brush BackgroundBrush { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.Brush

    The brush that provides the background of the CommentAdv.

    BorderBrush

    Gets or sets a brush that provides the background of the CommentAdv.

    Declaration
    public Brush BorderBrush { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.Brush

    The brush that provides the border of the CommentAdv.

    HighlightColor

    Gets or sets the highlight color of the CommentAdv.

    Declaration
    public Color HighlightColor { get; set; }
    Property Value
    Type Description
    Windows.UI.Color

    The highlight color of the CommentAdv.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved