Click or drag to resize

JobDefinition.BackgroundResourceID Property

Gets or sets the ID of the background image. Can be set with SetBackground(String, Boolean) or RemoveBackground().

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.20.0
Syntax
C#
public int? BackgroundResourceID { get; set; }

Property Value

Nullable<Int32>
See Also