Defines a default unit of measurement for RO's frames, namely for spacing and padding. Can be an absolute unit only.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public UnitTypeEnum DefaultUnitOfFrames { get; set; }
Visual Basic (Declaration)
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property DefaultUnitOfFrames As UnitTypeEnum

See Also