Table of Contents

Class CustomPickNameBackground

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

Constructors

CustomPickNameBackground()

public CustomPickNameBackground()

CustomPickNameBackground(string, string)

public CustomPickNameBackground(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