ForegroundColor Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The foreground (text) color of this popup body.

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public SolidColorBrush ForegroundColor { get; private set; }
Visual Basic
Public Property ForegroundColor As SolidColorBrush
	Get
	Private Set
Visual C++
public:
property SolidColorBrush^ ForegroundColor {
	SolidColorBrush^ get ();
	private: void set (SolidColorBrush^ value);
}

See Also