BioCore  4.0.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
All Classes Namespaces Functions Enumerations Properties
BioCore.TextInput Class Reference
Inheritance diagram for BioCore.TextInput:

Public Member Functions

 TextInput (string text)
 

Public Attributes

Font font = DefaultFont
 
Color color = Color.Yellow
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Properties

string TextValue [get]
 

Detailed Description

Definition at line 3 of file TextInput.cs.

Constructor & Destructor Documentation

◆ TextInput()

BioCore.TextInput.TextInput ( string  text)

Definition at line 16 of file TextInput.cs.

Member Function Documentation

◆ Dispose()

override void BioCore.TextInput.Dispose ( bool  disposing)
protected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 14 of file TextInput.Designer.cs.

Member Data Documentation

◆ color

Color BioCore.TextInput.color = Color.Yellow

Definition at line 7 of file TextInput.cs.

◆ font

Font BioCore.TextInput.font = DefaultFont

Definition at line 6 of file TextInput.cs.

Property Documentation

◆ TextValue

string BioCore.TextInput.TextValue
get

Definition at line 8 of file TextInput.cs.


The documentation for this class was generated from the following files: