Specifies a list of properties that are assigned to all new layers.
The properties are a list of Name=Value pairs, with names from the TIELayer Property Consts.
Notes:
- These properties apply to layers created programmatically (e.g. using LayersAdd) and by the user.
Properties:
'IELP_Width' -> Width
'IELP_Height' -> Height
'IELP_Visible' -> Visible
'IELP_VisibleBox' -> VisibleBox
'IELP_Selectable' -> Selectable
'IELP_Transparency' -> Transparency
'IELP_Opacity' -> Opacity
'IELP_PosX' -> PosX
'IELP_PosY' -> PosY
'IELP_Cropped' -> Cropped
'IELP_Locked' -> Locked
'IELP_Operation' -> Operation
'IELP_Name' -> Name
'IELP_IsMask' -> IsMask
'IELP_DrawOuter' -> DrawOuter
'IELP_AlphaEdgeFeathering,' -> AlphaEdgeFeathering
'IELP_GroupIndex' -> GroupIndex
'IELP_Selected' -> Selected
'IELP_AspectRatioLocked' -> AspectRatioLocked
'IELP_BorderColor' -> BorderColor
'IELP_BorderWidth' -> BorderWidth
'IELP_FillColor' -> FillColor
'IELP_FillColor2' -> FillColor2
'IELP_FillGradient' -> FillGradient
'IELP_Rotate' -> Rotate
'IELP_RotateCenterX' -> RotateCenterX
'IELP_RotateCenterY' -> RotateCenterY
'IELP_SoftShadowEnabled' -> SoftShadow.Enabled
'IELP_SoftShadowRadius' -> SoftShadow.Radius
'IELP_SoftShadowOffsetX' -> SoftShadow.OffsetX
'IELP_SoftShadowOffsetY' -> SoftShadow.OffsetY
'IELP_SoftShadowIntensity' -> SoftShadow.Intensity
'IELP_SoftShadowColor' -> SoftShadow.ShadowColor
'IELP_ImageResampleFilter' -> ResampleFilter
'IELP_ImageUseResampleFilter' -> UseResampleFilter
'IELP_Shape' -> Shape
'IELP_ShapeModifier' -> ShapeModifier
'IELP_LineColor' -> LineColor
'IELP_LineWidth' -> LineWidth
'IELP_LineFillColor' -> FillColor
'IELP_LabelText' -> LabelText
'IELP_LabelAlignment' -> LabelAlignment
'IELP_LabelPosition' -> LabelPosition
'IELP_LineEndShape' -> EndShape
'IELP_LineShapeSize' -> ShapeSize
'IELP_LineStartShape' -> StartShape
'IELP_LineLength' -> LineLength
'IELP_PolylinePoints' -> Points
'IELP_PolylineClosed' -> PolylineClosed
'IELP_FontName' -> Font.Name, LabelFont.Name
'IELP_FontSize' -> Font.Size, LabelFont.Size
'IELP_FontColor' -> Font.Color, LabelFont.Color
'IELP_BorderShape' -> BorderShape, LabelShape
'IELP_Text' -> Text
'IELP_AutoSize' -> AutoSize
'IELP_ReadOnly' -> ReadOnly, ReadOnly
'IELP_TextAlignment' -> Alignment
'IELP_TextLayout' -> Layout
'IELP_AntiAlias' -> AntiAlias
'IELP_SizeToFit' -> Calls either SizeToFit or SizeToText
'IELP_RestoreSize' -> Calls RestoreSize
'IELP_RestoreAspectRatio' -> Calls RestoreAspectRatio(False)
'IELP_RestorePreferredAspectRatio' -> Calls RestoreAspectRatio(True)
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public IEStringList LayerDefaults { get; }
Public ReadOnly Property LayerDefaults As IEStringList Get
public: property IEStringList^ LayerDefaults { IEStringList^ get (); }