Table of Contents

Class CustomFloatingBarIcon

Namespace
Ink_Canvas
Assembly
InkCanvasForClass.dll
public class CustomFloatingBarIcon
Inheritance
CustomFloatingBarIcon
Inherited Members

Constructors

CustomFloatingBarIcon()

public CustomFloatingBarIcon()

CustomFloatingBarIcon(string, string)

public CustomFloatingBarIcon(string name, string filePath)

Parameters

name string
filePath string

Properties

FilePath

[JsonProperty("filePath")]
public string FilePath { get; set; }

Property Value

string

Name

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string