Intersoft ClientUI Documentation
MarkerSource Property
See Also  Send Feedback
Intersoft.Client.Documents Namespace > List Class : MarkerSource Property






Gets or sets the Uri that will be applied as marker when its style is set to Custom.

Syntax

Visual Basic (Declaration) 
Public Property MarkerSource As Uri
Visual Basic (Usage)Copy Code
Dim instance As List
Dim value As Uri
 
instance.MarkerSource = value
 
value = instance.MarkerSource
C# 
public Uri MarkerSource {get; set;}
Delphi 
public read-write property MarkerSource: Uri; 
JScript 
public function get,set MarkerSource : Uri
Managed Extensions for C++ 
public: __property Uri* get_MarkerSource();
public: __property void set_MarkerSource( 
   Uri* value
);
C++/CLI 
public:
property Uri^ MarkerSource {
   Uri^ get();
   void set (    Uri^ value);
}

Remarks

You can also specify custom image as the marker style by selecting Custom as the value of MarkerStyle property and specify the MarkerSource property to the selected image Uri.

XAML Copy Code
<Intersoft:FlowDocument>
    <Intersoft:List MarkerStyle="Custom" Margin="10"
                            MarkerSource="/TestProject;component/Assets/Images/FlowDocumentViewer/tick.png">
        <Intersoft:ListItem>
            <Intersoft:Paragraph>
                <Intersoft:Run>
                    Built on Silverlight 4
                </Intersoft:Run>
            </Intersoft:Paragraph>
        </Intersoft:ListItem>
        <Intersoft:ListItem>
            <Intersoft:Paragraph>
                <Intersoft:Run>
                    Rich and ready-to-use controls
                </Intersoft:Run>
            </Intersoft:Paragraph>
        </Intersoft:ListItem>
        <Intersoft:ListItem>
            <Intersoft:Paragraph>
                <Intersoft:Run>
                    Enjoy the mature and comprehensive features
                </Intersoft:Run>
            </Intersoft:Paragraph>
        </Intersoft:ListItem>
    </Intersoft:List>
</Intersoft:FlowDocument>

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.