Table of Contents

Class XamlGraphicsIconGeometries

Namespace
Ink_Canvas
Assembly
InkCanvasForClass.dll

图标几何路径定义类,包含各种工具图标的XAML几何路径

public static class XamlGraphicsIconGeometries
Inheritance
XamlGraphicsIconGeometries
Inherited Members

Remarks

该类定义了应用程序中使用的所有工具图标,包括:

  • 光标图标
  • 画笔图标
  • 橡皮擦图标
  • 选择工具图标
  • 手势图标
  • 老版本浮动栏图标 每个图标都有实线(Lined)和虚线(Solid)两种变体

Fields

DisabledGestureIcon

禁用手势图标

public static string DisabledGestureIcon

Field Value

string

Remarks

用于表示手势功能已禁用的图标

EnabledGestureIcon

启用手势图标

public static string EnabledGestureIcon

Field Value

string

Remarks

用于表示手势功能已启用的图标

EnabledGestureIconBadgeCheck

启用手势图标徽章(带勾选标记)

public static string EnabledGestureIconBadgeCheck

Field Value

string

Remarks

用于表示手势功能已启用并带有勾选标记的图标

LegacyLinedCursorIcon

老版虚线光标图标

public static string LegacyLinedCursorIcon

Field Value

string

Remarks

老版浮动栏中用于表示鼠标模式的图标

LegacyLinedEraserCircleIcon

老版虚线橡皮擦图标(圆形擦除模式)

public static string LegacyLinedEraserCircleIcon

Field Value

string

Remarks

老版浮动栏中用于表示橡皮擦工具的圆形擦除模式的图标

LegacyLinedEraserStrokeIcon

老版虚线橡皮擦图标(按笔画擦除模式)

public static string LegacyLinedEraserStrokeIcon

Field Value

string

Remarks

老版浮动栏中用于表示橡皮擦工具的按笔画擦除模式的图标

LegacyLinedLassoSelectIcon

老版虚线套索选择工具图标

public static string LegacyLinedLassoSelectIcon

Field Value

string

Remarks

老版浮动栏中用于表示套索选择工具的图标

LegacyLinedPenIcon

老版虚线画笔图标

public static string LegacyLinedPenIcon

Field Value

string

Remarks

老版浮动栏中用于表示画笔工具的图标

LegacySolidCursorIcon

老版实线光标图标

public static string LegacySolidCursorIcon

Field Value

string

Remarks

老版浮动栏中用于表示鼠标模式的图标

LegacySolidEraserCircleIcon

老版实线橡皮擦图标(圆形擦除模式)

public static string LegacySolidEraserCircleIcon

Field Value

string

Remarks

老版浮动栏中用于表示橡皮擦工具的圆形擦除模式的图标

LegacySolidEraserStrokeIcon

老版实线橡皮擦图标(按笔画擦除模式)

public static string LegacySolidEraserStrokeIcon

Field Value

string

Remarks

老版浮动栏中用于表示橡皮擦工具的按笔画擦除模式的图标

LegacySolidLassoSelectIcon

老版实线套索选择工具图标

public static string LegacySolidLassoSelectIcon

Field Value

string

Remarks

老版浮动栏中用于表示套索选择工具的图标

LegacySolidPenIcon

老版实线画笔图标

public static string LegacySolidPenIcon

Field Value

string

Remarks

老版浮动栏中用于表示画笔工具的图标

LinedCursorIcon

虚线光标图标

public static string LinedCursorIcon

Field Value

string

Remarks

用于表示鼠标模式的图标

LinedEraserCircleIcon

虚线橡皮擦图标(圆形擦除模式)

public static string LinedEraserCircleIcon

Field Value

string

Remarks

用于表示橡皮擦工具的圆形擦除模式的图标

LinedEraserStrokeIcon

虚线橡皮擦图标(按笔画擦除模式)

public static string LinedEraserStrokeIcon

Field Value

string

Remarks

用于表示橡皮擦工具的按笔画擦除模式的图标

LinedLassoSelectIcon

虚线套索选择工具图标

public static string LinedLassoSelectIcon

Field Value

string

Remarks

用于表示套索选择工具的图标

LinedPenIcon

虚线画笔图标

public static string LinedPenIcon

Field Value

string

Remarks

用于表示画笔工具的图标

SolidCursorIcon

实线光标图标

public static string SolidCursorIcon

Field Value

string

Remarks

用于表示鼠标模式的图标

SolidEraserCircleIcon

实线橡皮擦图标(圆形擦除模式)

public static string SolidEraserCircleIcon

Field Value

string

Remarks

用于表示橡皮擦工具的圆形擦除模式的图标

SolidEraserStrokeIcon

实线橡皮擦图标(按笔画擦除模式)

public static string SolidEraserStrokeIcon

Field Value

string

Remarks

用于表示橡皮擦工具的按笔画擦除模式的图标

SolidLassoSelectIcon

实线套索选择工具图标

public static string SolidLassoSelectIcon

Field Value

string

Remarks

用于表示套索选择工具的图标

SolidPenIcon

实线画笔图标

public static string SolidPenIcon

Field Value

string

Remarks

用于表示画笔工具的图标