Interface IPsdFrameConfig
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IPsdFrameConfig : IFrameConfig
Properties
AutoScaledText
Declaration
bool? AutoScaledText { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
BackgroundImage
Declaration
string BackgroundImage { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ContainerOutputColor
Declaration
string ContainerOutputColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
MultiValueItem
Declaration
bool? MultiValueItem { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
Declaration
bool? MultiValueItemKeepTransformation { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
MviFirstItemIndex
Declaration
int MviFirstItemIndex { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
PathBoundedText
Declaration
bool? PathBoundedText { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
RasterizeVectorContentInSmartFrame
Declaration
bool? RasterizeVectorContentInSmartFrame { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
TextColumnCount
Declaration
int? TextColumnCount { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|