alexa
menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Interface IOfficeInkBrush

    Represents the brush settings used to render ink strokes in Office documents.

    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.NET.dll
    Syntax
    public interface IOfficeInkBrush

    Properties

    Color

    Gets or sets the color of the ink stroke.

    Declaration
    Color Color { get; set; }
    Property Value
    Type Description
    Color

    A System.Drawing.Color value that defines the color applied to the ink trace.

    InkEffect

    Gets or sets the visual effect applied to the ink stroke.

    Declaration
    OfficeInkEffectType InkEffect { get; set; }
    Property Value
    Type Description
    OfficeInkEffectType

    An OfficeInkEffectType value that determines the rendering style or special effect of the ink, such as pencil, marker, etc.

    Size

    Gets or sets the size of the ink stroke.

    Declaration
    SizeF Size { get; set; }
    Property Value
    Type Description
    SizeF

    A System.Drawing.SizeF value that specifies the thickness or dimensions of the ink brush.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved