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
Properties
FilePath
[JsonProperty("filePath")]
public string FilePath { get; set; }
Property Value
Name
[JsonProperty("name")]
public string Name { get; set; }